From 77ecfda070f01c588b7d9ebf52d783a2f4c36bbf Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Fri, 2 Dec 2022 05:05:12 +0100 Subject: [PATCH] ci: Run on push to all branches --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9fecf4a..d241caa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: