Skip to content

Commit

Permalink
test run
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Jan 12, 2024
1 parent 07f1e78 commit 12eab1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ on:
pull_request:
branches:
- 'main'
types:
- closed
# types:
# - closed

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
build-docker:
if: ${{ github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' }}
# if: ${{ github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 12eab1d

Please sign in to comment.