Skip to content

Commit 589495f

Browse files
authored
Merge pull request #1090 from rvsia/limitActionForMaster
Limit github action only for master branch
2 parents 882377f + aca86eb commit 589495f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
on: [pull_request]
1+
on:
2+
pull_request:
3+
branches:
4+
- master
25

36
jobs:
47
github-action-show-version:

0 commit comments

Comments
 (0)