Skip to content

Commit

Permalink
Merge pull request #113 from wiremock/fix-publish-snapshots
Browse files Browse the repository at this point in the history
fix: reference to the correct branch for pushing snapshots
  • Loading branch information
leeturner authored Sep 24, 2024
2 parents d662033 + ffc2084 commit 18ac404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Snapshots

on:
push:
branches: [ master ]
branches: [ main ]

workflow_dispatch:

Expand Down

0 comments on commit 18ac404

Please sign in to comment.