Skip to content

Commit

Permalink
Restore CI on v* tags
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed May 21, 2022
1 parent 96baaf5 commit f7a9c0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: build
on:
push:
branches-ignore:
translations_**
- 'translations_**'
tags:
- 'v*'
pull_request:
branches-ignore:
translations_**
- 'translations_**'

jobs:
build:
Expand Down

0 comments on commit f7a9c0b

Please sign in to comment.