aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main-pr-release.yml2
-rw-r--r--.github/workflows/main-pr.yml1
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main-pr-release.yml b/.github/workflows/main-pr-release.yml
index 5fe77ba..cc37dc7 100644
--- a/.github/workflows/main-pr-release.yml
+++ b/.github/workflows/main-pr-release.yml
@@ -1,7 +1,7 @@
name: Check for release label inside pull request
on:
pull_request:
- types: [opened, reopened, labeled, unlabeled, ready_for_review, review_requested, synchronize]
+ types: [opened, edited, reopened, labeled, unlabeled, ready_for_review, review_requested, synchronize]
branches:
- 'main'
jobs:
diff --git a/.github/workflows/main-pr.yml b/.github/workflows/main-pr.yml
index d7293ec..f68aaaf 100644
--- a/.github/workflows/main-pr.yml
+++ b/.github/workflows/main-pr.yml
@@ -1,6 +1,7 @@
name: Force to dev PRs not from dev to main
on:
pull_request:
+ types: [opened, edited, reopened, synchronize]
branches:
- 'main'
jobs: