We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f95f2 commit c98f59fCopy full SHA for c98f59f
3 files changed
.github/workflows/cpp.yaml
@@ -5,6 +5,9 @@ on:
5
paths:
6
- "src/**"
7
- ".github/workflows/**"
8
+ push:
9
+ branches:
10
+ - master
11
12
jobs:
13
build_clang:
.github/workflows/py.yaml
@@ -6,6 +6,9 @@ on:
- "python/**"
- "src/pybind/**"
14
format:
.github/workflows/release.yaml
@@ -11,7 +11,7 @@ on:
release:
- if: ${{ startsWith(github.event.head_commit.message, 'bump:') && github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ startsWith(github.event.head_commit.message, 'bump:') }}
15
runs-on: ubuntu-latest
16
permissions:
17
contents: write
0 commit comments