From 619e21027ba7fc8aab36a9bdfbe6c1f93f9a5ac1 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 16 Jul 2021 15:56:08 -0400 Subject: run GitHub workflows on pushes to any branch --- .github/workflows/static.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github/workflows/static.yml') diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 11c00acb..a1ddefad 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,9 +1,6 @@ name: Validate and process static files -on: - pull_request: - push: - branches: [main] +on: [pull_request, push] jobs: static: -- cgit v1.3.1