Skip to content

Commit

Permalink
Removed auto initialized workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
joselrio committed Nov 15, 2023
1 parent a040958 commit 48fa9ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-pre-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: pre-release

on:
release:
types: [prereleased]
# release:
# types: [prereleased]
workflow_dispatch:

jobs:
run-lint-and-prettier:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: release

on:
release:
types: [released]
# release:
# types: [released]
workflow_dispatch:

jobs:
merge-rc:
Expand Down

0 comments on commit 48fa9ac

Please sign in to comment.