Skip to content

Commit

Permalink
Merge branch 'main' into prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavnovotny committed Dec 1, 2023
2 parents 4848243 + f35e68f commit ce5a1e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Publish

on:
push:
branches: [ main ]
branches: [ main, prelease ]

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build Samples

on:
push:
branches: [ main ]
branches: [ main, prerelease ]
pull_request:
branches: [ main ]
branches: [ main, prerelease ]

defaults:
run:
Expand Down

0 comments on commit ce5a1e3

Please sign in to comment.