Skip to content

Commit

Permalink
Tmp commit to test deploy job.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Jun 20, 2024
1 parent f06e190 commit 3f88b88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Docker CI
on:
push:
branches:
- main
pull_request:
branches:
- '**'
- ci-cd
#pull_request:
# branches:
# - '**'

jobs:
build:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
# Deploy job
deploy:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'push' && github.ref == 'refs/heads/ci-cd'

# Add a dependency to the build job
needs: build
Expand Down

0 comments on commit 3f88b88

Please sign in to comment.