We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1d551 commit 0f8b45aCopy full SHA for 0f8b45a
.github/workflows/linux.yml
@@ -1,3 +1,4 @@
1
+---
2
name: linux
3
on:
4
push:
@@ -6,6 +7,7 @@ on:
6
7
tags-ignore:
8
- '*'
9
pull_request:
10
+ workflow_dispatch:
11
jobs:
12
perl:
13
runs-on: ubuntu-latest
.github/workflows/macos.yml
name: macos
runs-on: macos-latest
.github/workflows/windows.yml
name: windows
runs-on: windows-latest
0 commit comments