Skip to content

Commit

Permalink
Adding release-* branched to artifact workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Jan 30, 2022
1 parent 8541d41 commit ea55f51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/metaschema-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- main
- release-**
paths:
- 'src/metaschema/**'
- '.github/workflows/metaschema-artifacts.yml'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validate-repo-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
push:
branches:
- main
- develop
- release-**
paths:
- '!docs/**'
- '**.md'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/website-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
branches:
- main
- develop
- release-**
tags:
- "v*"
paths:
Expand Down

0 comments on commit ea55f51

Please sign in to comment.