Skip to content

Commit

Permalink
add release branch for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Apr 30, 2024
1 parent 6e5a1dd commit 428b8ef
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/*
paths:
- "docker/**"
- ".github/workflows/docker.yaml"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/*
# Run every day at 18:00 UTC
schedule:
- cron: '0 18 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- release/*
types: [opened, reopened, synchronize, ready_for_review]

concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/*
release:
types:
- published
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/starship-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- anmol/bug-faucet-relayer # build debug docker images
- release/*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-starship-docker
Expand Down

0 comments on commit 428b8ef

Please sign in to comment.