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:
parent
1837147c55
commit
0f4a053759
6
.github/workflows/cancel.yml
vendored
6
.github/workflows/cancel.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: Cancel previous runs
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
cancel:
|
||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Lint
|
||||
|
||||
on: push
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Tests
|
||||
|
||||
on: push
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
x
Reference in New Issue
Block a user