diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml index dd16880..c35d8bd 100644 --- a/.forgejo/workflows/testing.yml +++ b/.forgejo/workflows/testing.yml @@ -2,6 +2,8 @@ on: push: branches: - testing + pull_request: + jobs: test: runs-on: docker @@ -23,6 +25,7 @@ jobs: deploy: needs: [test] runs-on: docker + if: github.ref == 'refs/heads/testing' steps: - uses: actions/checkout@v4 - name: Install ansible