Skip to content

Commit

Permalink
update ci to run on PR & push to stable-cadence branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Jun 3, 2024
1 parent 5696f7d commit d8fc51d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ name: CI

on:
pull_request:
branches: [main]
branches:
- main
- stable-cadence
push:
branches: [main]

branches:
- main
- stable-cadence
jobs:
tests:
name: Flow CLI Tests
Expand Down

0 comments on commit d8fc51d

Please sign in to comment.