We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev
1 parent bbd3285 commit bd8b1aeCopy full SHA for bd8b1ae
.github/workflows/codeql-analysis.yml
@@ -13,10 +13,10 @@ name: 'CodeQL'
13
14
on:
15
push:
16
- branches: [master]
+ branches: [master, dev]
17
pull_request:
18
# The branches below must be a subset of the branches above
19
20
schedule:
21
- cron: '31 20 * * 0'
22
.github/workflows/main.yaml
@@ -1,5 +1,5 @@
1
name: Build and Test syntax
2
-on: [push]
+on: [push, pull_request]
3
jobs:
4
grammar:
5
runs-on: ubuntu-latest
0 commit comments