Skip to content

Commit

Permalink
Fix build triggers
Browse files Browse the repository at this point in the history
Build PRs, pushes to main and tags.
  • Loading branch information
bennettgoble authored Aug 28, 2024
1 parent 42ca7f6 commit 4073b81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build
on: [push]
on:
pull_request:
push:
branches: [main]
tags: v*
jobs:
build:
strategy:
Expand Down

0 comments on commit 4073b81

Please sign in to comment.