This is an automated email from the ASF dual-hosted git repository.
mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new d44cae0501 set release drafter workflow to manual activation.
new 0366a6b4cf Merge pull request #4185 from mbien/ci-manual-drafter
d44cae0501 is described below
commit d44cae05013dfc570cb7a865cf429762e8301161
Author: Michael Bien <[email protected]>
AuthorDate: Wed Jun 1 19:04:48 2022 +0200
set release drafter workflow to manual activation.
---
.github/workflows/release-drafter.yml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/release-drafter.yml
b/.github/workflows/release-drafter.yml
index 759095e455..3e6e0434fe 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -16,10 +16,13 @@
# under the License.
name: Release Drafter
on:
- push:
- branches:
- - master
- - 'release*'
+# push:
+# branches:
+# - master
+# - 'release*'
+ # manual trigger via github workflow UI
+ workflow_dispatch:
+
jobs:
update_release_draft:
runs-on: ubuntu-latest
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists