Skip to content

Commit

Permalink
update CI to run on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtrystram committed Dec 1, 2021
1 parent 6a2c03b commit ac0c50c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Formating and build

on:
push:
branches:
- main
# Releases are tags named 'v<version>', and must have the "major.minor.micro", for example: "0.1.0".
# Release candidates are tagged as `v<version>-rc<num>`, for example: "0.1.0-rc1".
tags:
- "v*"
pull_request:

jobs:
Expand Down

0 comments on commit ac0c50c

Please sign in to comment.