diff options
| author | Colin Wilk <colin@wilk.cx> | 2026-06-26 22:11:18 +0200 |
|---|---|---|
| committer | Colin Wilk <colin@wilk.cx> | 2026-06-26 22:11:18 +0200 |
| commit | bd022f046651d287309b26164cd60a3d6d38471c (patch) | |
| tree | 557f3ecba27708dbaa9747d53bf571cd91041aac /.github/workflows | |
| parent | 2570550feba2abc80c182ca5e6918f29c22c4cf8 (diff) | |
| download | ansible-role-borgbackup-bd022f046651d287309b26164cd60a3d6d38471c.tar.gz ansible-role-borgbackup-bd022f046651d287309b26164cd60a3d6d38471c.zip | |
Update and fix pre-commit hooks
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pre-commit.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index fdc7c70..eb9a2f2 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -1,7 +1,7 @@ --- name: pre-commit -'on': push +"on": push jobs: pre-commit: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc25e83..7684929 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,10 @@ --- name: Release -'on': +"on": push: tags: - - '*' + - "*" defaults: run: |