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 29d56fd commit d5d97e9Copy full SHA for d5d97e9
.github/workflows/ci-cd.yml
@@ -47,7 +47,7 @@ jobs:
47
run: BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
48
49
- name: Store assets
50
- if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/cache_expiration' || github.ref == 'refs/heads/main') }}
+ if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/main') }}
51
uses: actions/upload-artifact@v3
52
with:
53
name: assets
@@ -58,7 +58,7 @@ jobs:
58
name: Upload assets
59
runs-on: ubuntu-20.04
60
needs: build
61
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/cache_expiration' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/development' }}
62
strategy:
63
matrix:
64
environment:
0 commit comments