Skip to content

Commit

Permalink
CI: update workflows to target main
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Mar 7, 2025
1 parent c8e4566 commit 6a70bb0
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/asv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
# Trigger the workflow on push to the master branch
push:
branches:
- master
- main

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-devito.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]
push:
branches:
- master # Push events on master branch
- main # Push events on master branch

jobs:
deploy-devito:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ on:
# but only for the master branch
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
# but only for the master branch
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
tutorials:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
# but only for the master branch
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
flake8:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytest-core-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
# but only for the master branch
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
test-mpi-basic:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytest-core-nompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
# but only for the master branch
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
pytest:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytest-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ on:
# but only for the master branch
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
# Push-button activation
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
- main

jobs:
update_release_draft:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Master triggers
on:
push:
branches:
- master # Push events on master branch
- main # Push events on master branch

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
# but only for the master branch
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
tutorials:
Expand Down

0 comments on commit 6a70bb0

Please sign in to comment.