Always run tests on merge (#487)

This commit is contained in:
Brandon W Maister 2020-09-29 17:26:41 -04:00 committed by GitHub
parent 866eb61277
commit c324d0ea08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/**