diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ced1b7..64ef5b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [master] + branches: [master, dev] pull_request: branches: [master] @@ -88,7 +88,7 @@ jobs: draft-release: runs-on: ubuntu-latest needs: [build] - if: github.event_name == 'push' && github.ref == 'refs/heads/master' + if: github.event_name == 'push' && github.ref == 'refs/heads/dev' permissions: contents: write steps: