mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
feat(ci): trigger dev workflow on PR and main branch
This commit is contained in:
parent
103b29d3de
commit
bc8cca664b
6
.github/workflows/dev.yml
vendored
6
.github/workflows/dev.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: Dev
|
name: Dev
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches: [ develop ]
|
||||||
- 'develop'
|
pull_request:
|
||||||
- 'feature/update**'
|
branches: [ develop ]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user