ci: Run on push to all branches

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2022-12-02 05:05:12 +01:00
parent ec182c2daf
commit 77ecfda070
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Build
on:
push:
branches:
- 'master'
- '*'
tags:
- '*'
pull_request:
@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true
env:
CACHE_VERSION: "2022-08-19"
CACHE_VERSION: "2022-12-02"
jobs:
build: