Skip to content

Commit 4b0338f

Browse files
jribbinkclaude
andcommitted
Restore v0 branch in CI workflow triggers
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d933467 commit 4b0338f

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/cadence_tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
push:
55
branches:
66
- main
7+
- v0
78
- feature/*
89
pull_request:
910
branches:
1011
- main
12+
- v0
1113
- feature/*
1214

1315
jobs:
@@ -29,13 +31,6 @@ jobs:
2931
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
3032
restore-keys: |
3133
${{ runner.os }}-go-
32-
- name: Cache Flow Emulator Fork Data
33-
uses: actions/cache@v4
34-
with:
35-
path: .flow-fork-cache
36-
key: ${{ runner.os }}-flow-emulator-fork-${{ github.sha }}
37-
restore-keys: |
38-
${{ runner.os }}-flow-emulator-fork-
3934
- name: Install Flow CLI
4035
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
4136
- name: Flow CLI Version

.github/workflows/e2e_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
push:
55
branches:
66
- main
7+
- v0
78
- feature/*
89
pull_request:
910
branches:
1011
- main
12+
- v0
1113
- feature/*
1214

1315
jobs:

.github/workflows/incrementfi_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
push:
55
branches:
66
- main
7+
- v0
78
- feature/*
89
pull_request:
910
branches:
1011
- main
12+
- v0
1113
- feature/*
1214

1315
jobs:

.github/workflows/punchswap.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
push:
55
branches:
66
- main
7+
- v0
78
- feature/*
89
pull_request:
910
branches:
1011
- main
12+
- v0
1113
- feature/*
1214

1315
jobs:

0 commit comments

Comments
 (0)