chore: Run actions on pull requests as well (#2917)

* chore: Run actions on pull requests as well

* Update cancel.yml

* Update lint.yml

* Update test.yml

* Update cancel.yml
This commit is contained in:
Lipis 2021-02-04 14:01:20 +02:00 committed by GitHub
parent 1837147c55
commit 0f4a053759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
name: Cancel previous runs
on: push
on:
push:
branches:
- master
pull_request:
jobs:
cancel:

View File

@ -1,6 +1,6 @@
name: Lint
on: push
on: pull_request
jobs:
lint:

View File

@ -1,6 +1,6 @@
name: Tests
on: push
on: pull_request
jobs:
test: