Skip to content

Commit

Permalink
Merge pull request #1 from terrateamio/on-workflow-dispatch
Browse files Browse the repository at this point in the history
add on_workflow dispatch
  • Loading branch information
bender2352 authored Apr 11, 2024
2 parents b12472c + eefb7a7 commit 1ce8c38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: GitHub Actions Runner in Docker - Base
on:
workflow_dispatch:
push:
paths:
- Dockerfile.base
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: GitHub Actions Runner in Docker - Latest
on:
workflow_dispatch:
push:
paths-ignore:
- Dockerfile.base
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: GitHub Actions Runner in Docker - Release
on:
workflow_dispatch:
push:
tags:
- '*'
Expand Down

0 comments on commit 1ce8c38

Please sign in to comment.