diff options
| author | Bradley Taunt <git@btxx.org> | 2026-04-09 08:56:22 -0400 |
|---|---|---|
| committer | Bradley Taunt <git@btxx.org> | 2026-04-09 08:56:22 -0400 |
| commit | c72c89a7154b10a507fdcc911395a6614a4af1c0 (patch) | |
| tree | 06b1de1c7e300ba2d44cae797e844ddf162748cc /.builds | |
| parent | 15c1dabd55a664eff00349b34aab364a61a32a5d (diff) | |
Set deploy build to trigger on specific branch only
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/deploy.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.builds/deploy.yml b/.builds/deploy.yml index c786baf..a0956c5 100644 --- a/.builds/deploy.yml +++ b/.builds/deploy.yml @@ -7,6 +7,11 @@ packages: environment: repo: 1mb-club site: 1mb.club +submitter: + git.sr.ht: + enabled: true + allow-refs: + - refs/heads/deploy tasks: - install-bundler: | cd $repo |
