Skip to content

Commit

Permalink
Update branch name in CI workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Aug 8, 2024
1 parent 5449143 commit c09ccde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux_gnu.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Linux GNU
# triggered events (push, pull_request) for the develop branch
# triggered events (push, pull_request) for the master branch
on:
push:
branches: [ develop ]
branches: [ master ]
pull_request:
branches: [ develop ]
branches: [ master ]
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux_intel.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Linux Intel
# triggered events (push, pull_request) for the develop branch
# triggered events (push, pull_request) for the master branch
on:
push:
branches: [ develop ]
branches: [ master ]
pull_request:
branches: [ develop ]
branches: [ master ]
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit c09ccde

Please sign in to comment.