Skip to content

Commit f2713a5

Browse files
authored
Merge pull request #26 from sanmai/patch-1
Limit workflow builds to main branch and PRs
2 parents 24dd6d3 + 21ad6b7 commit f2713a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
on:
44
pull_request:
55
push:
6+
branches:
7+
- "main"
8+
- "[0-9].*"
69

710
name: "Continuous Integration"
811

0 commit comments

Comments
 (0)