Skip to content

Commit

Permalink
ci: disable workflow for next branch
Browse files Browse the repository at this point in the history
Changes in `semantic-release` seem to make it difficult to publish pre-releases
into `lint-staged@next`, so disable it for now. For more info, see the following PR:
#1265
  • Loading branch information
iiroj committed Mar 10, 2023
1 parent 52a650b commit f4351e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -5,7 +5,6 @@ on:
# Run on pushes to specific branches
branches:
- master
- next
- beta
- alpha
# Do not run on tags
Expand Down

0 comments on commit f4351e3

Please sign in to comment.