Skip to content

Commit 9744084

Browse files
authored
Only build and test commits that are for a PR or on main (#9)
1 parent ed42bba commit 9744084

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@ name: CI Tests
22

33
on:
44
push:
5-
6-
# pull_request:
7-
# branches: ["main"]
5+
branches:
6+
- main
7+
8+
pull_request:
9+
types:
10+
- opened
11+
- reopened
12+
- synchronize
813

914
env:
1015
BUILD_DIR: "${{ github.workspace }}/build"

0 commit comments

Comments
 (0)