Skip to content

Commit

Permalink
test-action: run test for master and pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeken committed Nov 2, 2020
1 parent 47d1b15 commit 20a3f9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Test Action

on:
pull_request:
push:
branches:
- gh-action
- master

jobs:
test_action:
Expand All @@ -12,7 +13,7 @@ jobs:

steps:
- name: Get GITHUB_TOKEN for Github Apps
uses: nabeken/go-github-apps@gh-action
uses: nabeken/go-github-apps@v0
id: go-github-apps
with:
installation_id: ${{ secrets.installation_id }}
Expand Down

0 comments on commit 20a3f9a

Please sign in to comment.