Skip to content

Commit

Permalink
Run CI on release branches (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmikolajczyk41 authored Mar 6, 2024
1 parent e110d55 commit a248d8c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- release-*
pull_request:

concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- release-*
pull_request:
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions examples/flipper/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/mocking/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/quick-start-with-drink/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a248d8c

Please sign in to comment.