Skip to content

Commit

Permalink
Run CI on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut authored May 30, 2022
1 parent 7213fa8 commit 30fca76
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
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- '*'
pull_request:

jobs:
Expand All @@ -28,4 +30,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: json2hcl
path: dist/*
path: dist/*

0 comments on commit 30fca76

Please sign in to comment.