Skip to content

Commit

Permalink
Revert "github action on push only to avoid duplicate builds"
Browse files Browse the repository at this point in the history
This reverts commit 0537628.
  • Loading branch information
urbas committed Mar 16, 2024
1 parent 9d230c8 commit 3a9966d
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: builder
on: push
on: [push, pull_request]
jobs:
build:
name: Build
Expand Down

0 comments on commit 3a9966d

Please sign in to comment.