Skip to content

Commit

Permalink
.github/workflows: update test-build.yml to run on pull requests too
Browse files Browse the repository at this point in the history
Signed-off-by: Lilis Iskandar <[email protected]>
  • Loading branch information
veeableful committed Aug 6, 2022
1 parent 8545478 commit 494603b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test-build
on: [push]
on: [push, pull_request]
jobs:
test-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 494603b

Please sign in to comment.