Skip to content

Commit

Permalink
Hopefully fixes CI not running
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsvante committed Apr 27, 2021
1 parent 86b4bd4 commit f4e9f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -2,8 +2,8 @@ name: ci

on:
push:
tags-ignore:
- ^v*.* # Ignore version tags from triggering CI run
branches-ignore: []
tags-ignore: ['v*.*'] # Ignore version tags from triggering CI run
pull_request:

jobs:
Expand Down

0 comments on commit f4e9f52

Please sign in to comment.