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 e258f49 commit 8782afcCopy full SHA for 8782afc
.github/workflows/ci-cd.yml
@@ -57,7 +57,7 @@ jobs:
57
run: BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
58
59
- name: Store assets
60
- if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/custom-logger' || github.ref == 'refs/heads/main') }}
+ if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/main') }}
61
uses: actions/upload-artifact@v4
62
with:
63
name: assets
@@ -68,7 +68,7 @@ jobs:
68
name: Upload assets
69
runs-on: ubuntu-latest
70
needs: build
71
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/custom-logger' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/development' }}
72
strategy:
73
matrix:
74
environment:
0 commit comments