We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf89be commit 9ff0638Copy full SHA for 9ff0638
.github/workflows/codeql.yml
@@ -3,9 +3,8 @@ name: CodeQL
3
4
on:
5
push:
6
- branches: [ "main" ]
7
pull_request:
8
+ workflow_dispatch:
9
schedule:
10
- cron: '42 5 * * 6'
11
.github/workflows/lint.yml
@@ -2,9 +2,8 @@ name: Lint
2
- branches: [ main, develop ]
permissions:
contents: read
.github/workflows/test.yml
@@ -3,6 +3,7 @@ name: Test
env:
# enable colored output
0 commit comments