-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport changes in workflows (#3580)
* Release minor version snapshots (#3578) * Release minor version snapshots * Address new patch version branch naming (0.0.x) * Missing piece from #3578 Missing change in commit 8d42602 * Make integration and snapshot actions manually triggerable (#3579)
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
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
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 |
---|---|---|
|
@@ -6,7 +6,9 @@ on: | |
push: | ||
branches: | ||
- master | ||
- '[0-9].[0-9]' | ||
- '[0-9].x' | ||
- '[0-9].[0-9].x' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
||
|