Skip to content

Commit

Permalink
Update publish-server.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeyh021 authored Dec 22, 2022
1 parent 593396f commit 0a8979d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
jobs:
build-and-publish-latest:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' # Running this job only for master branch
if: github.ref == 'refs/heads/main' # Running this job only for master branch

steps:
- uses: actions/checkout@v2 # Checking out the repo
Expand Down

0 comments on commit 0a8979d

Please sign in to comment.