Skip to content

Commit

Permalink
Merge pull request #5 from secondlife/signal/build-prs
Browse files Browse the repository at this point in the history
Build PRs, tags
  • Loading branch information
bennettgoble committed Apr 5, 2024
2 parents c185cd5 + a6ae3ee commit 474c1c4
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 474c1c4

Please sign in to comment.