We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80284ed commit 696fa5cCopy full SHA for 696fa5c
.github/workflows/codeql.yaml
@@ -3,12 +3,10 @@ name: "Code Scanning - Action"
3
on:
4
push:
5
branches:
6
- - master
7
- main
8
pull_request:
9
# The branches below must be a subset of the branches above
10
11
12
13
schedule:
14
- cron: '0 17 * * 5'
.github/workflows/test.yml
@@ -2,13 +2,10 @@ name: "build-and-test"
2
on: # rebuild any PRs and main branch changes
- - "releases/*"
jobs:
build: # make sure build/ci work properly
0 commit comments