We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35e84e commit c0331b3Copy full SHA for c0331b3
.github/workflows/ci-cd.yml
@@ -47,7 +47,7 @@ jobs:
47
steps:
48
- name: Trigger build on kool-dev/docker-php-oci8
49
uses: benc-uk/[email protected]
50
- if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php-swoole'
+ if: github.ref == 'refs/heads/main' && github.repository == 'kool-dev/docker-php-swoole'
51
with:
52
workflow: CI/CD
53
repo: kool-dev/docker-php-oci8
0 commit comments