diff options
| author | Yevhen Bondarenko <evgeniy.bondarenko@sentrium.io> | 2026-01-27 11:53:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-27 11:53:44 +0100 |
| commit | 03dc631d998d5f2b7365bb71f00f8f342886b32e (patch) | |
| tree | 75b80c1e9c373a136b441e33cb55de1cb761c150 /.github/workflows | |
| parent | 023155cdf815e37f99bb54bafbe1482d41146940 (diff) | |
| parent | 8915932af9a7bbdd36a93a53e69fd56e4d402b7e (diff) | |
| download | vyatta-bash-03dc631d998d5f2b7365bb71f00f8f342886b32e.tar.gz vyatta-bash-03dc631d998d5f2b7365bb71f00f8f342886b32e.zip | |
Merge pull request #20 from kumvijaya/current
T8144: pullrequest_target updated to include required branches for github policy change
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/trigger-rebuild-repo-package.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/trigger-rebuild-repo-package.yml b/.github/workflows/trigger-rebuild-repo-package.yml index 37ec832..9d630bc 100644 --- a/.github/workflows/trigger-rebuild-repo-package.yml +++ b/.github/workflows/trigger-rebuild-repo-package.yml @@ -6,6 +6,8 @@ on: - closed branches: - current + - circinus + - sagitta workflow_dispatch: jobs: |
