Skip to content

Commit

Permalink
Run CI on workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 10, 2024
1 parent 1e1d551 commit 0f8b45a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: linux
on:
push:
Expand All @@ -6,6 +7,7 @@ on:
tags-ignore:
- '*'
pull_request:
workflow_dispatch:
jobs:
perl:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: macos
on:
push:
Expand All @@ -6,6 +7,7 @@ on:
tags-ignore:
- '*'
pull_request:
workflow_dispatch:
jobs:
perl:
runs-on: macos-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: windows
on:
push:
Expand All @@ -6,6 +7,7 @@ on:
tags-ignore:
- '*'
pull_request:
workflow_dispatch:
jobs:
perl:
runs-on: windows-latest
Expand Down

0 comments on commit 0f8b45a

Please sign in to comment.