mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-02 07:21:41 +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:
|
||||
push:
|
||||
branches: [main, master]
|
||||
paths:
|
||||
- '**.rs'
|
||||
- .github/**
|
||||
- Cargo.toml
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main, master]
|
||||
branches: [main]
|
||||
paths:
|
||||
- '**.rs'
|
||||
- .github/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user