We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133ab83 commit edc3cd4Copy full SHA for edc3cd4
.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