]> littlesong.place Git - littlesongplace.git/commitdiff
Update workflow to run only for master
authorChris Fulljames <christianfulljames@gmail.com>
Sun, 26 Jan 2025 23:05:00 +0000 (18:05 -0500)
committerChris Fulljames <christianfulljames@gmail.com>
Sun, 26 Jan 2025 23:05:00 +0000 (18:05 -0500)
.github/workflows/test-and-deploy.yml

index 57a49f8c4c497c6563e333b7361091bbc8fc2c69..2b23fb6f0d51a7b15dfac47be72028a837793f4d 100644 (file)
@@ -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