Skip to content

Commit e291f58

Browse files
authored
Restrict push event branches to main (#20)
1 parent 878da25 commit e291f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Push excluding tags and workflow changes
66
push:
77
branches:
8-
- '**'
8+
- 'main'
99
tags-ignore:
1010
- '*.*'
1111
paths-ignore:

0 commit comments

Comments
 (0)