Skip to content

Commit

Permalink
ci: update verify workflow to run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
drmorr0 committed Oct 24, 2024
1 parent 7529602 commit 03693fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: code verification
on: [push] # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
push:
branches:
- "master"
pull_request: {}

env:
CARGO_INCREMENTAL: 0
SCCACHE_GHA_ENABLED: "true"
Expand Down

0 comments on commit 03693fb

Please sign in to comment.