ci: Remove temporary branch config

This commit is contained in:
Elian Doran 2024-07-14 00:43:04 +03:00
parent 3f5e5fd840
commit 75ebe24abb
No known key found for this signature in database
2 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,6 @@
name: Dev
on:
push:
branches_ignore:
- 'feature/fix_build_scripts'
jobs:
build_docker:
name: Build Docker image

View File

@ -3,7 +3,6 @@ on:
push:
branches:
- 'develop'
- 'feature/fix_build_scripts'
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}