Skip to content

Commit

Permalink
Merge pull request #291 from asam-ev/278-local-antora-build-in-prs-no…
Browse files Browse the repository at this point in the history
…t-triggered-on-update

modify workflow to trigger on every push on pull request
  • Loading branch information
ClemensLinnhoff authored Jan 13, 2025
2 parents f21f5a5 + bad098d commit bd16c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/antora-build-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Publish locally with Antora
on:
pull_request:
types: [ opened, edited, reopened ]
types: [ opened, edited, synchronize, reopened ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
concurrency:
Expand Down

0 comments on commit bd16c16

Please sign in to comment.