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.
1 parent a0e826b commit 12d2f05Copy full SHA for 12d2f05
.github/workflows/ci.yml
@@ -2,7 +2,11 @@ name: CI
2
on:
3
workflow_dispatch:
4
pull_request:
5
+ branches:
6
+ - "**"
7
push:
8
9
+ - "master"
10
11
jobs:
12
test:
.github/workflows/fuzz.yml
@@ -1,10 +1,14 @@
1
name: Fuzz Parser
- push:
+ pull_request:
paths:
- src/scanner.c
- pull_request:
+ push:
13
14
0 commit comments