Skip to content

Commit

Permalink
ci(build): run workflow on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Jul 23, 2024
1 parent 92586ee commit 7a1597e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Build

on:

push:
branches:
- '**'
pull_request:
branches:
- '**'
# Allow manual dispatch in GH
workflow_dispatch:

Expand Down

0 comments on commit 7a1597e

Please sign in to comment.