Skip to content

Commit

Permalink
test to trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Apr 2, 2024
1 parent 9ba9e89 commit 12926ba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_and_push_dev_image.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: build_push_dev_image
# Push to docker hub if tag has been created.

on:
push:
branches:
- '*'
paths:
- 'apps/**'
- 'salt/**'
- 'extensions/**'
- 'config/**'
- 'Dokerfile'
- 'requirements/**'
# paths:
# - 'apps/**'
# - 'salt/**'
# - 'extensions/**'
# - 'config/**'
# - 'Dokerfile'
# - 'requirements/**'
env:
DOCKER_HUB_ORG: gioelkin
# DOCKER_HUB_ORG: ciroh
Expand Down

0 comments on commit 12926ba

Please sign in to comment.