Skip to content

Commit

Permalink
Modify test trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sakebook committed Oct 13, 2019
1 parent 2a846ae commit 9645fc7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on: [push]

on:
push:
branches:
- 'test/*'
- '!master'
jobs:
test_job:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9645fc7

Please sign in to comment.