Skip to content

Commit 21a04a8

Browse files
committed
workflows: Trigger workflows for PRs into petsc branch
1 parent 6a22577 commit 21a04a8

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/examples-mpi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ on:
1717
push:
1818
branches:
1919
- main
20-
- master
20+
- petsc
2121
pull_request:
2222
branches:
2323
- main
24-
- master
24+
- petsc
2525

2626
jobs:
2727
build:

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
push:
1111
branches:
1212
- main
13-
- master
13+
- petsc
1414
pull_request:
1515
branches:
1616
- main
17-
- master
17+
- petsc
1818

1919
jobs:
2020
tutorials:

.github/workflows/flake8.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
push:
1111
branches:
1212
- main
13-
- master
13+
- petsc
1414
pull_request:
1515
branches:
1616
- main
17-
- master
17+
- petsc
1818

1919
jobs:
2020
flake8:

.github/workflows/pytest-core-mpi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
push:
1111
branches:
1212
- main
13-
- master
13+
- petsc
1414
pull_request:
1515
branches:
1616
- main
17-
- master
17+
- petsc
1818

1919
jobs:
2020
test-mpi-basic:

.github/workflows/pytest-core-nompi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
push:
1111
branches:
1212
- main
13-
- master
13+
- petsc
1414
pull_request:
1515
branches:
1616
- main
17-
- master
17+
- petsc
1818

1919
jobs:
2020
pytest:

.github/workflows/pytest-petsc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
push:
1111
branches:
1212
- main
13-
- master
13+
- petsc
1414
pull_request:
1515
branches:
1616
- main
17-
- master
17+
- petsc
1818

1919
jobs:
2020
pytest:

.github/workflows/tutorials.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
push:
1111
branches:
1212
- main
13-
- master
13+
- petsc
1414
pull_request:
1515
branches:
1616
- main
17-
- master
17+
- petsc
1818

1919
jobs:
2020
tutorials:

0 commit comments

Comments
 (0)