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