Skip to content

Commit 2efc403

Browse files
Rollback ci
1 parent d333276 commit 2efc403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
4747

4848
- name: Store assets
49-
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/fme-12310' || github.ref == 'refs/heads/main') }}
49+
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/main') }}
5050
uses: actions/upload-artifact@v5
5151
with:
5252
name: assets
@@ -57,7 +57,7 @@ jobs:
5757
name: Upload assets
5858
runs-on: ubuntu-latest
5959
needs: build
60-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/fme-12310' }}
60+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/development' }}
6161
strategy:
6262
matrix:
6363
environment:

0 commit comments

Comments
 (0)