Skip to content

Commit

Permalink
fix: trigger on tags
Browse files Browse the repository at this point in the history
Authored-by: Carlos Iriarte <[email protected]>
  • Loading branch information
ciriarte committed Nov 29, 2021
1 parent 721bd9d commit 0f8e02e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: ci

on:
push:
branches: master
branches:
- "master"
tags:
- "*"
pull_request:

permissions:
Expand Down

0 comments on commit 0f8e02e

Please sign in to comment.