Skip to content

Commit

Permalink
Trigger workflow
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Aug 18, 2020
1 parent 04eaa7c commit 8cc9abb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- master
- releases/v*
paths-ignore:
- '**.md'
- "**.md"
pull_request:
branches:
- master
- releases/v*
paths-ignore:
- '**.md'
- "**.md"

jobs:
main:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
- master
- releases/v*
paths-ignore:
- '**.md'
- "**.md"
pull_request:
paths-ignore:
- '**.md'
- "**.md"

jobs:
test:
Expand Down

0 comments on commit 8cc9abb

Please sign in to comment.