Skip to content

Commit ea415e9

Browse files
committed
ci: run builds on pushes to main and PRs based on main
1 parent a1ef88a commit ea415e9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
name: "build"
44

5-
on: ["pull_request", "push"]
5+
on:
6+
push:
7+
branches:
8+
- "main"
9+
tags:
10+
- "*"
11+
pull_request:
12+
branches:
13+
- "main"
614

715
env:
816
COMPOSER_ROOT_VERSION: "1.99.99"

0 commit comments

Comments
 (0)