mirror of
https://github.com/AntonioND/wf-picolibc.git
synced 2025-06-18 16:45:37 -04:00
wonderful: enable tests on our dev branch
This commit is contained in:
parent
c9add53fd9
commit
d2f6d142f5
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -4,9 +4,11 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- wonderful
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- wonderful
|
||||
|
||||
# When a PR is updated, cancel the jobs from the previous version. Merges
|
||||
# do not define head_ref, so use run_id to never cancel those jobs.
|
||||
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -4,9 +4,11 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- wonderful
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- wonderful
|
||||
|
||||
# When a PR is updated, cancel the jobs from the previous version. Merges
|
||||
# do not define head_ref, so use run_id to never cancel those jobs.
|
||||
|
2
.github/workflows/zephyr.yml
vendored
2
.github/workflows/zephyr.yml
vendored
@ -4,9 +4,11 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- wonderful
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- wonderful
|
||||
|
||||
# When a PR is updated, cancel the jobs from the previous version. Merges
|
||||
# do not define head_ref, so use run_id to never cancel those jobs.
|
||||
|
Loading…
Reference in New Issue
Block a user