Skip to content

Commit 2546661

Browse files
new folder for resource detectors
1 parent bd7a71c commit 2546661

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main, nb ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ main, nb ]
8-
workflow_dispatch:
7+
branches: [ main ]
98

109
permissions:
1110
contents: read

.github/workflows/iwyu.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ name: include-what-you-use
33

44
on:
55
push:
6-
branches: [ main, nb ]
6+
branches: [ main ]
77
pull_request:
88
branches: [ main ]
9-
workflow_dispatch:
109

1110
permissions:
1211
contents: read

0 commit comments

Comments
 (0)