Skip to content

Commit

Permalink
Prevent CI for tags (#52)
Browse files Browse the repository at this point in the history
* Prevent CI for tags

* Fix syntax

* Fix pr path

* Empty commit

* Remove tags

* Add back tags

* Simplify the events

* Change it back again :(

* Empty pull request
  • Loading branch information
styfle authored and kodiakhq[bot] committed Aug 20, 2019
1 parent 3c9d9de commit 73614b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- master
tags:
- '!*'
pull_request:
paths:
- '**/*'

jobs:
test:
Expand Down

0 comments on commit 73614b5

Please sign in to comment.