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 e31fd58 commit 2857dedCopy full SHA for 2857ded
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
docker-build:
50
needs: test-and-build
51
runs-on: ubuntu-latest
52
- if: github.ref == 'refs/heads/docker' || github.ref == 'refs/heads/SSR%2BDocker'
+ if: github.ref == 'refs/heads/docker' || github.ref == 'refs/heads/SSR+Docker'
53
54
steps:
55
- name: Checkout code
0 commit comments