Skip to content

Commit

Permalink
Merge pull request #6 from secondlife/signal/pr-trigger
Browse files Browse the repository at this point in the history
Fix PR build trigger
  • Loading branch information
bennettgoble authored Aug 7, 2024
2 parents 58fe44c + abcafb4 commit b2cf885
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:
runs-on: [ubuntu-latest]
Expand Down

0 comments on commit b2cf885

Please sign in to comment.