Skip to content

Commit

Permalink
Release minor version snapshots (#3578)
Browse files Browse the repository at this point in the history
* Release minor version snapshots

* Address new patch version branch naming (0.0.x)
  • Loading branch information
sazzad16 authored Oct 12, 2023
1 parent cef8e40 commit 8d42602
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
pull_request:
branches:
- master
- '[0-9].[0-9]'
- '[0-9].x'
- '[0-9].[0-9].x'
schedule:
- cron: '0 1 * * *' # nightly build

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

jobs:

Expand Down

0 comments on commit 8d42602

Please sign in to comment.