Skip to content

Commit

Permalink
rename workflow to distinguish on pull-request and on push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 29, 2019
1 parent 4aa17de commit 52ef9ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog_on_push.yml
@@ -1,8 +1,8 @@
name: reviewdog on Push
on: [push]
jobs:
reviewdog:
name: reviewdog
reviewdog-on-push:
name: reviewdog-on-push
runs-on: ubuntu-latest
steps:
- name: Dump GitHub Context
Expand Down

0 comments on commit 52ef9ae

Please sign in to comment.