Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchabr committed Jun 11, 2020
1 parent aab7f47 commit 574e3d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Example workflow file:
name: QA Labels Check
on:
pull_request:
types: [opened, labeled, unlabeled]
types: [opened, edited, labeled, unlabeled, synchronize]
jobs:
build:
QA-check:
if: github.base_ref == 'develop'
runs-on: ubuntu-latest
steps:
- uses: danielchabr/pr-has-one-of-labels@master
Expand Down

0 comments on commit 574e3d1

Please sign in to comment.