Skip to content

Commit

Permalink
Backport changes in workflows (#3580)
Browse files Browse the repository at this point in the history
* 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
sazzad16 authored Oct 12, 2023
1 parent ec10b87 commit 23c76ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ on:
- '**/*.rst'
branches:
- master
- '[0-9].[0-9]'
- '[0-9].x'
- '[0-9].[0-9].x'
pull_request:
branches:
- master
- '[0-9].[0-9]'
- '[0-9].x'
- '[0-9].[0-9].x'
schedule:
- cron: '0 1 * * *' # nightly build
workflow_dispatch:

jobs:

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:
push:
branches:
- master
- '[0-9].[0-9]'
- '[0-9].x'
- '[0-9].[0-9].x'
workflow_dispatch:

jobs:

Expand Down

0 comments on commit 23c76ac

Please sign in to comment.