Skip to content

Commit

Permalink
Enabled ci for release and feature branches and PRs on them
Browse files Browse the repository at this point in the history
  • Loading branch information
Aregnaz Harutyunyan committed Nov 22, 2024
1 parent 082e233 commit f216e39
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/aptos-framework-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@ name: Run aptos framework checks

on:
push:
branches:
- dev
pull_request:
branches:
- dev
- dev
- "release/**"
- "feature/**"

pull_request:
types: [opened, synchronize, ready_for_review]
branches:
- dev
- "release/**"
- "feature/**"
env:
CARGO_TERM_COLOR: always
CARGO_BIN: ~/.cargo/bin/cargo
Expand Down

0 comments on commit f216e39

Please sign in to comment.