Skip to content

Commit

Permalink
run workflow on synchronize PR for now, not push
Browse files Browse the repository at this point in the history
  • Loading branch information
wysiwys committed Feb 6, 2025
1 parent b73714b commit 4c8e1c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: Rebuild C Docker image
on:
workflow_dispatch:
pull_request:
types: ['opened']
types: ['opened', 'synchronize']
branches: ['main']
paths: ['.docker/c/**']
push:

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 4c8e1c3

Please sign in to comment.