Skip to content

Commit

Permalink
Add note to README to update workflow triggers (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Jun 6, 2021
1 parent acab9a3 commit b347492
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/install.yml
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

env:
CTEST_OUTPUT_ON_FAILURE: 1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

env:
CTEST_OUTPUT_ON_FAILURE: 1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/standalone.yml
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

env:
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm_modules
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/style.yml
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

env:
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm_modules
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu.yml
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

env:
CTEST_OUTPUT_ON_FAILURE: 1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

env:
CTEST_OUTPUT_ON_FAILURE: 1
Expand Down

0 comments on commit b347492

Please sign in to comment.