From 99f928d188187642660ac4f56b3a19c237051f1e Mon Sep 17 00:00:00 2001 From: Hong Viet Le Date: Tue, 26 Dec 2023 11:29:16 +0100 Subject: [PATCH] feat: worklow on changes --- .github/workflows/bats.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bats.yml b/.github/workflows/bats.yml index 9ce5213..e5a6ec4 100644 --- a/.github/workflows/bats.yml +++ b/.github/workflows/bats.yml @@ -1,12 +1,12 @@ --- name: Build bats docker image -run-name: ${{ github.actor }} is flying to infinity and beyond 🚀 +run-name: ${{ github.actor }} is building bats on: - push: - branches: [ "main" ] pull_request: branches: [ "main" ] + paths: + - 'bats/**' env: REGISTRY: ghcr.io