mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
ci: Fix dev workflow no longer triggering
This commit is contained in:
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:
|
branches_ignore:
|
||||||
- '!develop'
|
- 'develop'
|
||||||
- '!feature/update*'
|
- 'feature/update**'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user