Skip to content

Commit

Permalink
trigger github-actions when PR leaves DRAFT state (#3609)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed May 12, 2020
1 parent f75b7b9 commit f89c41d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/csfix.yml
Expand Up @@ -2,6 +2,7 @@ name: php-cs-fixer

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- '**.php'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Expand Up @@ -7,6 +7,7 @@ on:
- bugfix
- temp
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- '*'

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/visual-tests.yml
@@ -1,6 +1,8 @@
name: Visual Regression Testing

on: [pull_request]
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

jobs:
build:
Expand Down

0 comments on commit f89c41d

Please sign in to comment.