Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMax committed May 10, 2020
1 parent 17a7237 commit 3fa2585
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: ci

on:
pull_request:
branches:
- master
- feature/*
- releases/*
push:
branches:
- master
- feature/*
- releases/*
- 'master'
- 'feature/*'
- 'releases/'
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'

jobs:
ci:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: test

on:
pull_request:
branches:
- master
- feature/*
- releases/*
push:
branches:
- master
- feature/*
- releases/*
- 'master'
- 'feature/*'
- 'releases/*'
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'

jobs:
test:
Expand Down

0 comments on commit 3fa2585

Please sign in to comment.