Skip to content

Commit aca86eb

Browse files
committed
Limit github action only for master branch
1 parent f38df55 commit aca86eb

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)