Skip to content

Commit

Permalink
fix: on dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
rawnly committed Sep 26, 2023
1 parent 35994a7 commit 8895f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Go

on:
workflow_dispatch:
pull_request_target:
branches: [go-rewrite, canary]
push:
Expand All @@ -16,7 +17,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && !contains(github.event.head_commit.message, 'Merge pull request') && !contains(github.event.head_commit.message, 'ci:')) }}
steps:
- uses: actions/checkout@v3
- name: Set up Go
Expand Down

0 comments on commit 8895f8a

Please sign in to comment.