Skip to content

Commit

Permalink
Add branch build exceptions for GitHub Actions
Browse files Browse the repository at this point in the history
We don't want Travis or AppVeyor builds triggered while we're experimenting
with builds using GitHub Actions.
  • Loading branch information
simonowen committed Sep 9, 2021
1 parent 68cd825 commit 3b319ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: "{build}"
branches:
except:
- travis
- actions

image:
- Visual Studio 2017
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
branches:
except:
- appveyor
- actions

language: cpp

Expand Down

0 comments on commit 3b319ca

Please sign in to comment.