Skip to content

Commit

Permalink
Allow running GitHub Workflows on PRs
Browse files Browse the repository at this point in the history
* Allow external people to contribute PRs
  • Loading branch information
dghubble committed Feb 15, 2025
1 parent fe54115 commit 6c839da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
go:
uses: poseidon/.github/.github/workflows/golang-library.yaml@main
Expand Down

0 comments on commit 6c839da

Please # to comment.