From 6083d14b586fac23e3b32e930ab03461e9fc5786 Mon Sep 17 00:00:00 2001 From: JP Meijers Date: Mon, 30 Sep 2024 10:19:46 +0200 Subject: [PATCH] Enable push and pr runs --- .github/workflows/snap-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snap-ci.yaml b/.github/workflows/snap-ci.yaml index 0bc2341..bf6a098 100644 --- a/.github/workflows/snap-ci.yaml +++ b/.github/workflows/snap-ci.yaml @@ -3,9 +3,9 @@ name: Snap CI on: # schedule: # - cron: "20 2 * * 1" # Monday morning 02:20 UTC -# push: + push: # branches: [main] -# pull_request: + pull_request: # branches: [main] # Allow manual trigger workflow_dispatch: