Skip to content

Commit

Permalink
Merge pull request #7 from HL7/Update-validate-docs.yml-to-run-on-pus…
Browse files Browse the repository at this point in the history
…hes-to-main-as-well

Update validate-docs.yml to run on pushes to main as well
  • Loading branch information
isaacvetter authored Sep 17, 2024
2 parents 92c6045 + a9d32a2 commit cba367f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Validate docs

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
types: [opened, synchronize] # This will trigger the workflow only when a PR is opened or updated with new commits

Expand Down

0 comments on commit cba367f

Please sign in to comment.