Skip to content

Commit

Permalink
Update GitHub Actions workflows to target 'dev' branch instead of 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesatomc committed Jan 13, 2025
1 parent 352f2f8 commit f12225e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_node_devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Run Kari Node

on:
push:
branches: [ "main" ]
branches: [ "dev" ]
tags: "v*"
pull_request:
branches: [ "main" ]
branches: [ "dev" ]

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Rust

on:
push:
branches: [ "main" ]
branches: [ "dev" ]
tags: "v*"
pull_request:
branches: [ "main" ]
branches: [ "dev" ]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit f12225e

Please sign in to comment.