Skip to content

Commit

Permalink
Add pull request to build
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ecbr0wn committed Jun 17, 2024
1 parent bcda456 commit 4c9089b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@ on:
- '**/*.md'
- 'LICENSE'
- '**/snapcraft.yaml'
workflow_dispatch:
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
- 'LICENSE'
- '**/snapcraft.yaml'
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:

env:
RUSTFLAGS: '--deny warnings'
Expand Down

0 comments on commit 4c9089b

Please sign in to comment.