Skip to content

Commit

Permalink
gh: Run build workflow with PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktoria Kuna <[email protected]>
  • Loading branch information
wkkuna committed Jan 31, 2024
1 parent d520ad2 commit 0c65c6e
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,6 +1,6 @@
name: build-and-test-design

on: [push]
on: [pull_request, push]
jobs:
build-and-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0c65c6e

Please sign in to comment.