Skip to content

Commit

Permalink
Only run CI on pull requests and push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekliemann committed Jul 18, 2021
1 parent 2a75a1e commit 65fda8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
name: Linux (install, test)
on:
push:
branches:
- master
- develop
branches: master
pull_request:
branches:
- master
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
name: macOS (install, test)
on:
push:
branches:
- master
- develop
branches: master
pull_request:
branches:
- master
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
name: Windows (install, test)
on:
push:
branches:
- master
- develop
branches: master
pull_request:
branches:
- master
Expand Down

0 comments on commit 65fda8d

Please sign in to comment.