mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
ci: Remove temporary branch config
This commit is contained in:
parent
3f5e5fd840
commit
75ebe24abb
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@ -1,8 +1,6 @@
|
|||||||
name: Dev
|
name: Dev
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches_ignore:
|
|
||||||
- 'feature/fix_build_scripts'
|
|
||||||
jobs:
|
jobs:
|
||||||
build_docker:
|
build_docker:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
|
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -3,7 +3,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'develop'
|
- 'develop'
|
||||||
- 'feature/fix_build_scripts'
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user