Skip to content

Commit b0a76c4

Browse files
committed
Run test CI only on push to master or PR to master
1 parent 0bb6d1e commit b0a76c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
# The CI is executed on every push on every branch
66
branches:
7-
- "**"
7+
- main
88
pull_request:
99
# The CI is executed on every pull request to the main branch
1010
branches:

0 commit comments

Comments
 (0)