diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-12-08 22:24:12 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-12-08 22:24:12 +0000 |
| commit | e06415fb7ba3bb34d785f495d7f20e1dc0695c5e (patch) | |
| tree | ffe82a339608942cdd8760f841f5fc97adad907b /.gitea | |
| parent | 0366c6234a89c3b6ab43eb899a08519e784f1beb (diff) | |
| download | gentoo-utils-e06415fb7ba3bb34d785f495d7f20e1dc0695c5e.tar.gz | |
run CI when pushing to any branch
Diffstat (limited to '.gitea')
| -rw-r--r-- | .gitea/workflows/gentoo-utils.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index da4c9d3..8f3456b 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -2,7 +2,8 @@ name: Gentoo Utils on: push: - branches: [master] + branches: + '*' pull_request: branches: [master] |
