From 7f7deeb2e2c8722fa3867291de035b945f328352 Mon Sep 17 00:00:00 2001 From: Raohmaru Date: Sun, 9 Jul 2023 20:21:11 +0200 Subject: [PATCH] fix: change branch name that triggers the workflows --- .github/workflows/ci.yml | 6 ++++-- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63aa8db..9989dfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,11 @@ name: CI on: push: - branches: [ '**' ] + branches: + - '**' pull_request: - branches: [ main ] + branches: + - master jobs: build: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2eaeb35..04a0270 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: branches: - - main + - master jobs: release: