From 4bd41ec719c549aa7f4eb58cd931f31262458445 Mon Sep 17 00:00:00 2001 From: hvle Date: Mon, 15 Jan 2024 12:47:40 +0100 Subject: [PATCH] feat(pipeline): trigger workflow on main branch --- .github/workflows/bats.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/bats.yml b/.github/workflows/bats.yml index 369d3d3..a019df3 100644 --- a/.github/workflows/bats.yml +++ b/.github/workflows/bats.yml @@ -3,6 +3,10 @@ name: Build bats docker image run-name: ${{ github.actor }} is building bats on: + push: + branches: [ "main" ] + paths: + - 'bats/**' pull_request: branches: [ "main" ] paths: