We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929a8c3 commit 0ec0992Copy full SHA for 0ec0992
.github/workflows/analyze.yml
@@ -2,7 +2,7 @@ name: Analyze using pre-commit hooks
2
3
on:
4
push:
5
- branches: [main, sbp]
+ branches: [arm, main, sbp]
6
pull_request:
7
branches: [main]
8
workflow_dispatch:
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Build and test
.github/workflows/codeql.yaml
@@ -2,7 +2,7 @@ name: CodeQL
schedule:
0 commit comments