Skip to content

Commit

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

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

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

jobs:
release:
Expand Down

0 comments on commit 1520109

Please sign in to comment.