Skip to content

Commit

Permalink
directly push to ci-test will trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neverchanje committed Feb 7, 2021
1 parent db7100e commit 73db469
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
- 'src/**'
- '.github/workflows/ci-pull-request.yml'

push:
paths:
- '.github/workflows/ci-pull-request.yml'

# for manually triggering workflow
workflow_dispatch:

Expand Down

0 comments on commit 73db469

Please sign in to comment.