mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08:00
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:
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:
|
||||
|
Reference in New Issue
Block a user