From: Chris Fulljames Date: Sun, 26 Jan 2025 23:05:00 +0000 (-0500) Subject: Update workflow to run only for master X-Git-Url: https://littlesong.place/gitweb/?a=commitdiff_plain;h=3e9750fbbf5d296a567dd280c6445ea380a671d4;p=littlesongplace.git Update workflow to run only for master --- diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 57a49f8..2b23fb6 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -1,5 +1,10 @@ name: Test and Deploy -on: [push, workflow_dispatch] +on: + push: + branches: + - master + workflow_dispatch: {} + jobs: run-offline-tests: runs-on: ubuntu-latest