Skip to content

Commit ff7d7bf

Browse files
committed
Remove branch triggers
1 parent f216ad3 commit ff7d7bf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test-deploy-e2e.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ on:
1414
- dev-preprod
1515
- dev-preview
1616
- staging-preprod
17-
pull_request:
18-
push:
19-
branches: ['master']
20-
tags: ['*.*.*']
2117

2218
env:
2319
TL_DEPTH: ${{ github.event.pull_request.head.repo.fork && '0' || fromJson(vars.TL_DEPTH) }}
@@ -55,4 +51,4 @@ jobs:
5551

5652
- name: 🔬 Test - e2e - wallet at epoch 0
5753
run: |
58-
yarn workspace @cardano-sdk/e2e test:wallet
54+
yarn workspace @cardano-sdk/e2e test:wallet

0 commit comments

Comments
 (0)