From a81fb4bf919307e27b6a8845d047f51523eb80de Mon Sep 17 00:00:00 2001 From: "Philip K. Warren" Date: Fri, 4 Nov 2022 17:59:05 -0500 Subject: [PATCH] run ci on main branch so new PRs benefit from cache (#719) https://github.com/actions/cache/blob/main/workarounds.md#use-cache-across-feature-branches --- .github/actions/github-tag-action/entrypoint.sh | 0 .github/workflows/ci.yaml | 3 +++ 2 files changed, 3 insertions(+) mode change 100644 => 100755 .github/actions/github-tag-action/entrypoint.sh diff --git a/.github/actions/github-tag-action/entrypoint.sh b/.github/actions/github-tag-action/entrypoint.sh old mode 100644 new mode 100755 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fdc016b4a..2f0156157 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,9 @@ name: ci on: + push: + branches: + - main pull_request: workflow_dispatch: