Skip to content

Commit

Permalink
ci: Remove temporary branch config
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 13, 2024
1 parent 3f5e5fd commit 75ebe24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Dev
on:
push:
branches_ignore:
- 'feature/fix_build_scripts'
jobs:
build_docker:
name: Build Docker image
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- 'develop'
- 'feature/fix_build_scripts'
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 75ebe24

Please sign in to comment.