Skip to content

Commit

Permalink
Adjust build triggers
Browse files Browse the repository at this point in the history
Only build PRs, pushes to shared branches and tags.
  • Loading branch information
bennettgoble committed Jan 31, 2024
1 parent 04cbfc7 commit fb89a50
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 fb89a50

Please sign in to comment.