execute actions on tag

This commit is contained in:
Guillem Castro 2024-05-10 23:23:01 +02:00
parent 81b3f441c1
commit 0083a7988f
3 changed files with 6 additions and 15 deletions

View file

@ -2,11 +2,8 @@ name: Build latest - Linux
on:
push:
branches:
- master
pull_request:
branches:
- master
tags:
- '*'
env:
CARGO_TERM_COLOR: always

View file

@ -2,11 +2,8 @@ name: Build latest - MacOS
on:
push:
branches:
- master
pull_request:
branches:
- master
tags:
- '*'
env:
CARGO_TERM_COLOR: always

View file

@ -2,11 +2,8 @@ name: Build latest - Windows
on:
push:
branches:
- master
pull_request:
branches:
- master
tags:
- '*'
env:
CARGO_TERM_COLOR: always