Skip to content

Commit

Permalink
refactor(ci): moves back workflows.release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Oct 25, 2024
1 parent 64fa60f commit 96cedc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
push:
branches:
- main
- alpha
- beta
- canary
- pre/rc

jobs:
lint:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/workflow.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ permissions:

on:
workflow_call:
push:
branches:
- main
- alpha
- beta
- canary
- pre/rc

jobs:
release:
Expand Down

0 comments on commit 96cedc5

Please sign in to comment.