Skip to content

Commit

Permalink
deploy only on master
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed Feb 5, 2024
1 parent 7f7225f commit dc493a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
deploy:
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dc493a6

Please sign in to comment.