Skip to content

Commit

Permalink
[Fixes #62] Push trigger is enough to appear in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
michalfita committed Sep 17, 2023
1 parent 0729118 commit 9122b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: HAL
on: [push, pull_request]
on: [push]

env:
RUSTDOCFLAGS: -D warnings
Expand Down

0 comments on commit 9122b53

Please sign in to comment.