Skip to content

Commit

Permalink
Merge pull request #11 from paveldat/dev/pdat
Browse files Browse the repository at this point in the history
Change main branch for deploy stage
  • Loading branch information
paveldat authored Sep 11, 2023
2 parents 4cbdcaa + d1389ca commit 18f7b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- name: Download artifacts
Expand Down

0 comments on commit 18f7b4a

Please sign in to comment.