Skip to content

Commit

Permalink
udpate: modify to execute Actions when push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
homoluctus committed Sep 11, 2019
1 parent d342318 commit df375a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
paths:
- src/*

push:
branches:
- master

name: TS Lint Check

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- test
- master

name: Check if GitHub Actions works properly

Expand Down

0 comments on commit df375a4

Please sign in to comment.