Skip to content

Commit

Permalink
chore(ci): run checks against release branch (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-goldstein authored Feb 9, 2023
1 parent 31e5a1b commit 0d9e263
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-badger-bank-tests-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- release/v3.2103
- release/v4.0
schedule:
- cron: "0 3 * * *"
jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-badger-bank-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
branches:
- main
- release/v3.2103
- release/v4.0
pull_request:
branches:
- main
- release/v3.2103
- release/v4.0
schedule:
- cron: "*/30 * * * *"
jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-badger-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
branches:
- main
- release/v3.2103
- release/v4.0
pull_request:
branches:
- main
- release/v3.2103
- release/v4.0
schedule:
- cron: "*/30 * * * *"
jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-golang-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
branches:
- main
- release/v3.2103
- release/v4.0
pull_request:
branches:
- main
- release/v3.2103
- release/v4.0
schedule:
- cron: "*/30 * * * *"
jobs:
Expand Down

0 comments on commit 0d9e263

Please # to comment.