You've already forked tf2wikipricing
ci: rework actions
- build now only runs on non-versioned tags and PRs - release runs on versioned tags only
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
tags-ignore:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user