Skip to content

Commit

Permalink
fix: merge_group and pull_request need to be on the same workflow (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoceppi authored Mar 24, 2023
1 parent 2bc4db1 commit ca92b6b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/merge-group.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: choo-choo
on:
pull_request:
branches:
- main
merge_group:
branches: [main]
branches:
- main
workflow_dispatch:
env:
IMAGE_BASE_NAME: bluefin
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
IMAGE_BASE_NAME: bluefin
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}

jobs:
push-ghcr:
Expand Down

0 comments on commit ca92b6b

Please sign in to comment.