Skip to content

Commit a3c6b55

Browse files
committed
ci: 🚀 only run workflow on master
1 parent e30f59c commit a3c6b55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-to-s3.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Deploy to Amazon S3
22

3-
on: ["push"]
3+
on:
4+
push:
5+
branches:
6+
- master
47

58
defaults:
69
run:

0 commit comments

Comments
 (0)