mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-02 15:26:12 +00:00
Always run tests on merge (#487)
This commit is contained in:
parent
866eb61277
commit
c324d0ea08
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -2,13 +2,9 @@ name: test
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, master]
|
branches: [main]
|
||||||
paths:
|
|
||||||
- '**.rs'
|
|
||||||
- .github/**
|
|
||||||
- Cargo.toml
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, master]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- '**.rs'
|
- '**.rs'
|
||||||
- .github/**
|
- .github/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user