Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischtel authored Feb 5, 2025
1 parent 2f55428 commit ada7f45
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ on:
push:
branches:
- "master"
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
branches:
- "master"
- "develop"
paths-ignore:
- 'docs/**'
- '*.md'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -49,4 +55,4 @@ jobs:

- name: Run examples
if: success()
run: zig build examples
run: zig build examples

0 comments on commit ada7f45

Please sign in to comment.