Skip to content

Commit

Permalink
Update docker-base.yml (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daztek authored Jan 9, 2025
1 parent 9e1466e commit 9e849cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
jobs:
docker-base:
runs-on: ubuntu-20.04
if: github.event_name == 'push' || github.event_name == 'schedule'
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 9e849cc

Please sign in to comment.