diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-12-15 08:08:09 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-12-15 08:08:09 -0800 |
| commit | b045cb8363aa424081a94af6f4010107bf444751 (patch) | |
| tree | 2fbff853d0279f71b00a8e07e93bd158c7ac2217 | |
| parent | various fixes for errors reported by deadnix (diff) | |
| download | infra-b045cb8363aa424081a94af6f4010107bf444751.tar.gz | |
format yaml
| -rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f541f1d..72dbdc4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,9 @@ on: pull_request: branches: - main - types: [opened, synchronize] + types: + - opened + - synchronize jobs: build: runs-on: ubuntu-latest |
