Skip to content

Commit 3055d63

Browse files
committed
Explicitly define types including synchronize to ensure workflows are run after push to existing PR.
1 parent b63486f commit 3055d63

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.github/workflows/pricing-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- "ecommerce/pricing/Gemfile.lock"
1212
- ".github/workflows/pricing-coverage.yml"
1313
pull_request:
14+
types: [opened, synchronize, reopened]
1415
paths:
1516
- "ecommerce/pricing/Gemfile.lock"
1617
- ".github/workflows/pricing-coverage.yml"

.github/workflows/pricing-mutate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: pricing-mutate
22
on:
33
pull_request:
4+
types: [opened, synchronize, reopened]
45
paths:
56
- "ecommerce/pricing/**"
67
- ".github/workflows/pricing-mutate.yml"

.github/workflows/pricing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: pricing
22
on:
33
pull_request:
4+
types: [opened, synchronize, reopened]
45
paths:
56
- "ecommerce/pricing/**"
67
- ".github/workflows/pricing.yml"

.github/workflows/rails_application-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- "rails_application/Gemfile.lock"
1212
- ".github/workflows/rails_application-coverage.yml"
1313
pull_request:
14+
types: [opened, synchronize, reopened]
1415
paths:
1516
- "rails_application/Gemfile.lock"
1617
- ".github/workflows/rails_application-coverage.yml"

.github/workflows/rails_application-mutate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: rails_application-mutate
22
on:
33
pull_request:
4+
types: [opened, synchronize, reopened]
45
paths:
56
- "rails_application/**"
67
- ".github/workflows/rails_application-mutate.yml"

.github/workflows/rails_application.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: rails_application
22
on:
33
pull_request:
4+
types: [opened, synchronize, reopened]
45
paths:
56
- "rails_application/**"
67
- ".github/workflows/rails_application.yml"

0 commit comments

Comments
 (0)