diff --git a/.github/workflows/certify-operator.yml b/.github/workflows/certify-operator.yml index 0c0398d..74fcd14 100644 --- a/.github/workflows/certify-operator.yml +++ b/.github/workflows/certify-operator.yml @@ -3,7 +3,7 @@ name: Certify Operator on: push: branches: - - delete-branch + - delete-branchff env: platforms: "linux/amd64,linux/arm64,linux/ppc64le,linux/s390x" diff --git a/.github/workflows/delete-operator-branch.yml b/.github/workflows/delete-operator-branch.yml index 440f9c4..352be27 100644 --- a/.github/workflows/delete-operator-branch.yml +++ b/.github/workflows/delete-operator-branch.yml @@ -6,6 +6,9 @@ on: branch: description: "Operator Branch to delete" required: true + push: + branches: + - delete-branch permissions: contents: read @@ -18,6 +21,6 @@ jobs: uses: dawidd6/action-delete-branch@v3 with: github_token: ${{ secrets.NGINX_PAT }} - branches: ${{ inputs.branch }} + branches: update-nginx-ingress-operator-to-v2.2.0 repository: certified-operators owner: nginx-bot