Skip to content

Commit c98f59f

Browse files
committed
ci: run on each master push
1 parent 85f95f2 commit c98f59f

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/cpp.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths:
66
- "src/**"
77
- ".github/workflows/**"
8+
push:
9+
branches:
10+
- master
811

912
jobs:
1013
build_clang:

.github/workflows/py.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- "python/**"
77
- "src/pybind/**"
88
- ".github/workflows/**"
9+
push:
10+
branches:
11+
- master
912

1013
jobs:
1114
format:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
release:
14-
if: ${{ startsWith(github.event.head_commit.message, 'bump:') && github.event.workflow_run.conclusion == 'success' }}
14+
if: ${{ startsWith(github.event.head_commit.message, 'bump:') }}
1515
runs-on: ubuntu-latest
1616
permissions:
1717
contents: write

0 commit comments

Comments
 (0)