Skip to content

Commit

Permalink
chore: redirect actions to new default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin committed Jan 9, 2024
1 parent 624966e commit fce9a2e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
paths-ignore:
- "docs/**"
branches:
- main
- 'v*.*.*'
- 'v*.*.*-celestia'
jobs:
cleanup-runs:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/no-std.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: no_std check
on:
pull_request: {}
push:
branches: main
branches:
- 'v*.*.*-celestia'

jobs:
check-no-std-panic-conflict:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
paths-ignore:
- "docs/**"
branches:
- main
- 'v*.*.*'
- 'v*.*.*-celestia'
jobs:
cleanup-runs:
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
paths-ignore:
- "docs/**"
branches:
- main
- 'v*.*.*'
- 'v*.*.*-celestia'
jobs:
cleanup-runs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fce9a2e

Please sign in to comment.