Skip to content

Commit

Permalink
ci: Allow triggering Go workflow manually
Browse files Browse the repository at this point in the history
External contributors don't do development on the main or develop
branch, but may still need to see the CI results. This lets them
do `gh workflow run Go --repo=<user>/copy` on their own branches.
  • Loading branch information
eth-p committed Aug 24, 2024
1 parent 7bb84a4 commit 98288f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
workflow_dispatch:

jobs:

Expand Down

0 comments on commit 98288f5

Please sign in to comment.