Skip to content

Commit 35270f5

Browse files
committed
Update workflow
Run CI on all PRs and not commits to default branch. Signed-off-by: Jacob Perron <jacobmperron@gmail.com>
1 parent 4304155 commit 35270f5

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
name: Build and test
2+
23
on:
3-
# Run for any commit in origin repository
44
push:
5-
# And pull requests from forks
5+
branches: ['master']
66
pull_request:
7-
branches:
8-
# This avoids running the job twice for PRs from origin repository
9-
- '**:**'
107

118
env:
129
BUILD_TYPE: Release

0 commit comments

Comments
 (0)