summaryrefslogtreecommitdiff
path: root/.gitea
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-12-08 22:24:12 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-12-08 22:24:12 +0000
commite06415fb7ba3bb34d785f495d7f20e1dc0695c5e (patch)
treeffe82a339608942cdd8760f841f5fc97adad907b /.gitea
parent0366c6234a89c3b6ab43eb899a08519e784f1beb (diff)
downloadgentoo-utils-e06415fb7ba3bb34d785f495d7f20e1dc0695c5e.tar.gz
run CI when pushing to any branch
Diffstat (limited to '.gitea')
-rw-r--r--.gitea/workflows/gentoo-utils.yml3
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]