Skip to content

Commit

Permalink
Fix main branch name in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Taapat committed Nov 11, 2023
1 parent e85898f commit 3363fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
for i in $(ls -1 ./po/*.po); do $(msgfmt "$i" -o "$i".mo); done
deploy:
needs: test-language
if: github.event_name == 'push' && !contains(github.event.head_commit.message,'skip-release') && github.repository == 'Taapat/enigma2-plugin-freechannels' && github.ref == 'refs/heads/master'
if: github.event_name == 'push' && !contains(github.event.head_commit.message,'skip-release') && github.repository == 'Taapat/enigma2-plugin-freechannels' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3363fe0

Please sign in to comment.