We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30f59c commit a3c6b55Copy full SHA for a3c6b55
.github/workflows/deploy-to-s3.yml
@@ -1,6 +1,9 @@
1
name: Deploy to Amazon S3
2
3
-on: ["push"]
+on:
4
+ push:
5
+ branches:
6
+ - master
7
8
defaults:
9
run:
0 commit comments