diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-17 15:32:45 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-17 15:32:45 +0300 |
commit | 1d55d89b79f6577ec565ceb0df9e8da276f416ee (patch) | |
tree | d8d998602e8f31622db4f72c719ad3a085189746 /.github/workflows/example_toolsets.yml | |
parent | README: update (diff) | |
download | cmake-common-1d55d89b79f6577ec565ceb0df9e8da276f416ee.tar.gz cmake-common-1d55d89b79f6577ec565ceb0df9e8da276f416ee.zip |
workflows: check if Travis/AppVeyor are broken
Diffstat (limited to '.github/workflows/example_toolsets.yml')
-rw-r--r-- | .github/workflows/example_toolsets.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/example_toolsets.yml b/.github/workflows/example_toolsets.yml index cb336aa..0ef5727 100644 --- a/.github/workflows/example_toolsets.yml +++ b/.github/workflows/example_toolsets.yml @@ -2,6 +2,9 @@ name: Examples (toolsets) on: push: + branches-ignore: + - travis + - appveyor pull_request: schedule: # Weekly, at 5:30 AM on Saturday (somewhat randomly chosen). |