prevent double tests (#60)

This commit is contained in:
Simon Christ
2022-12-20 04:47:16 +01:00
committed by GitHub
parent 7ea3b3e0bd
commit c80d3075f7

View File

@@ -11,7 +11,12 @@ An example workflow that uses this action might look like this:
```yaml
name: Run tests
on: [push, pull_request]
on:
push:
branches:
- master
- main
pull_request:
jobs:
test: