Skip to content

Commit 3099c75

Browse files
committed
Run builds only on push to master and pull requests
1 parent d8ca249 commit 3099c75

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
# limitations under the License.
1515

1616
name: "CodeQL"
17-
on: [push, pull_request]
17+
on:
18+
push:
19+
branches:
20+
- 'master'
21+
pull_request: {}
1822

1923
permissions:
2024
contents: read

0 commit comments

Comments
 (0)