Skip to content

Commit 812617c

Browse files
committed
chore: run ci
1 parent 1f42e73 commit 812617c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci-development.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
# This CI runs a lot of the jobs in parallel to speed up development time. We also run a simpler suite of bouncer tests.
22
name: Release Chainflip Development
3-
on:
4-
pull_request:
5-
branches:
6-
- main
7-
- "release/*"
8-
- "feat/solana-versioned-transaction-*"
9-
concurrency:
10-
group: ${{ github.ref }}-release-development
11-
cancel-in-progress: true
3+
on: push
124

135
jobs:
146
pre-check:

0 commit comments

Comments
 (0)