Skip to content

Commit

Permalink
ci: Run build on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jul 4, 2024
1 parent 6a63dc0 commit a6407a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
name: build

on: push
on:
push:
branches: [main]
pull_request:
branches: [main]

concurrency:
group: build-${{ github.ref }}
Expand Down

0 comments on commit a6407a2

Please sign in to comment.