Skip to content

Commit

Permalink
ci: tune when to run
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Oct 3, 2023
1 parent 5a2b5f0 commit 784a4c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: CI
on:
workflow_dispatch:
pull_request:
branches:
- "**"
push:
branches:
- "master"

jobs:
test:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Fuzz Parser

on:
push:
pull_request:
branches:
- "**"
paths:
- src/scanner.c
pull_request:
push:
branches:
- "master"
paths:
- src/scanner.c
workflow_dispatch:
Expand Down

0 comments on commit 784a4c3

Please sign in to comment.