-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Have publishing workflow test before publishing (#55)
Squash of 6 commits: * ci: π οΈ Allow build & release to trigger and wait on tests. * ci: π run on push to allow workflow triggering. * ci: β»οΈ restore push behavior w/tags * ci: π Fix if statemetns for workflow_dispatch * ci: π Uncomment publish statement for non-workflow_dispatch runs * ci: π οΈ Disallow minting tokens on workflow dispatch. * chore(README): π¨ Space in README
- Loading branch information
Showing
4 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ on: | |
schedule: | ||
- cron: "20 1 * * mon" | ||
workflow_dispatch: | ||
workflow_call: | ||
|
||
defaults: | ||
run: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ on: | |
schedule: | ||
- cron: "20 1 * * mon" | ||
workflow_dispatch: | ||
workflow_call: | ||
|
||
defaults: | ||
run: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters