mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
trigger only for push & pull requests to the main branch
This commit is contained in:
parent
a3acc980ad
commit
42087b2d61
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -3,7 +3,13 @@
|
||||
|
||||
name: build
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
Loading…
Reference in New Issue
Block a user