mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '!develop'
|
||||
- '!feature/update*'
|
||||
branches_ignore:
|
||||
- 'develop'
|
||||
- 'feature/update**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user