Skip to content

Commit

Permalink
Change condition to trigger build
Browse files Browse the repository at this point in the history
Signed-off-by: Mmesek <13630781+Mmesek@users.noreply.github.com>
  • Loading branch information
Mmesek committed Jul 2, 2023
1 parent 1fb67d9 commit 081772d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
name: Build Docker Image

on:
workflow_run:
workflows: ["lint"]
branches: ["main"]
types:
- completed
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
on: [workflow_call]

jobs:

Expand Down

0 comments on commit 081772d

Please sign in to comment.