Skip to content

Commit ddc8673

Browse files
committedMay 11, 2024·
ci: 👷 Limit deploy workflow into only main branch.
1 parent 07cb7b8 commit ddc8673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: deploy
22
on:
33
push:
4-
branches: [dev, main, master]
4+
branches: [main, master]
55

66

77
jobs:

0 commit comments

Comments
 (0)
Please sign in to comment.