mirror of
https://github.com/zadam/trilium.git
synced 2025-12-17 21:08:34 +08:00
ci: Remove temporary branch config
This commit is contained in:
parent
3f5e5fd840
commit
75ebe24abb
2 changed files with 0 additions and 3 deletions
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…
Add table
Reference in a new issue