Skip to content

Commit

Permalink
release時に一度だけCIが走るように修正
Browse files Browse the repository at this point in the history
  • Loading branch information
okazy committed Aug 25, 2020
1 parent afcb973 commit ed56084
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ on:
paths:
- '**'
- '!*.md'
release:
types: [ published ]
jobs:
codeception:
name: Codeception
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ on:
paths:
- '**'
- '!*.md'
release:
types: [ published ]
jobs:
plugin-install:
name: Plugin install
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ on:
paths:
- '**'
- '!*.md'
release:
types: [ published ]
jobs:
phpunit:
name: PHPUnit
Expand Down

0 comments on commit ed56084

Please sign in to comment.