Skip to content

Commit

Permalink
Run CI on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
elsid committed Jun 30, 2024
1 parent 673f30a commit 5431d76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build

on: push
on:
- push
- pull_request

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 5431d76

Please sign in to comment.