diff options
| author | Will Hawkins <[email protected]> | 2023-05-19 14:10:23 -0400 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2023-05-19 14:10:23 -0400 |
| commit | f6dfdc3e94461c74f0b2a2d8883374f14646a844 (patch) | |
| tree | f8e846303b4f4dfe55e6c6a14a454ac1a0c32795 | |
| parent | 7d8a0fe0c140b50a2eb34f1076ab5a4efc1df79b (diff) | |
Fix workflow syntax (2).
| -rw-r--r-- | .github/workflows/test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 92339d4..32f51bc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,7 +5,7 @@ on: branches: main types: - edited - workflow_dispatch: + workflow_dispatch: jobs: build: |
