From d24d0f626bc0f944b0453124525f7c0eea8e48d4 Mon Sep 17 00:00:00 2001 From: Victor H Date: Mon, 12 Jun 2023 17:06:00 +0200 Subject: [PATCH] Update gem.yml Use default branch --- .github/workflows/gem.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gem.yml b/.github/workflows/gem.yml index c7e12cf..bc74e81 100644 --- a/.github/workflows/gem.yml +++ b/.github/workflows/gem.yml @@ -1,10 +1,8 @@ name: Publish and Release Gem on: push: - branches: - - main - paths: - - "VERSION" + branches: [ $default-branch ] + paths: [ "VERSION" ] workflow_dispatch: jobs: