We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7a71c commit 2546661Copy full SHA for 2546661
.github/workflows/ci.yml
@@ -2,10 +2,9 @@ name: CI
2
3
on:
4
push:
5
- branches: [ main, nb ]
+ branches: [ main ]
6
pull_request:
7
8
- workflow_dispatch:
9
10
permissions:
11
contents: read
.github/workflows/iwyu.yml
@@ -3,10 +3,9 @@ name: include-what-you-use
branches: [ main ]
12
0 commit comments