Skip to content

Commit 7e857aa

Browse files
committed
Restrict main CI's 'on release' action to master branch
1 parent 669b46b commit 7e857aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
branches:
1515
- master
1616
release:
17+
branches:
18+
- master
1719
types:
1820
- released
1921
jobs:

0 commit comments

Comments
 (0)