diff options
author | sudoforge <no-reply@sudoforge.com> | 2025-04-19 01:53:27 -0700 |
---|---|---|
committer | sudoforge <no-reply@sudoforge.com> | 2025-04-19 01:53:27 -0700 |
commit | d79df7a913f4805e65339e53e5d8b1dc9a35a1bc (patch) | |
tree | f47094cf95d11d07ebd2b1cbf8f2f667d67cc3c4 /.github | |
parent | 52f42daf8bf317a065277da50d916c90e26fe4dd (diff) | |
download | git-bug-gitlab-push-pull-test.tar.gz git-bug-gitlab-push-pull-test.zip |
enable presubmit for a non-pr treegitlab-push-pull-test
Change-Id: I3bd7fa1c39a9e4dd2176d6e482e30ab68965f6e7
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/presubmit.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 5656011c..6e415f06 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -12,6 +12,9 @@ on: merge_group: types: - checks_requested + push: + branches: + - gitlab-push-pull-test pull_request: branches: - master |