diff options
| author | Victor Kareh <[email protected]> | 2026-05-04 13:53:42 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-05-04 13:53:42 -0400 |
| commit | 7e04f57b68ac7c354d048157e936c9dc23e3b47b (patch) | |
| tree | 8f0c0d963715b69127c6c3ac86ae5f61782385da /.github | |
| parent | 4d63a91c0ad9da7bc851df1bd8700737de2ec17f (diff) | |
| download | engrampa-1.28.tar.bz2 engrampa-1.28.tar.xz | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/builds.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 83824782..cf26b5d3 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -3,10 +3,10 @@ name: CI Build on: push: branches: - - master + - 1.28 pull_request: branches: - - master + - 1.28 workflow_dispatch: # cancel already running builds of the same branch or pull request |
