Skip to content

Commit

Permalink
Merge tag 'v2.4.2' into develop
Browse files Browse the repository at this point in the history
Fix the CI workflow
  • Loading branch information
cotes2020 committed Jul 29, 2020
2 parents 65e0ef8 + b98a7e3 commit 7590a3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 'Continuous Integration'
on:
push:
branches:
- '*'
tags-ignore:
- '*'
paths-ignore:
Expand All @@ -13,7 +15,7 @@ on:
- 'LICENSE'
pull_request:
paths:
- "**"
- '**'

jobs:
ci:
Expand Down

0 comments on commit 7590a3f

Please sign in to comment.