aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-01-24 14:14:06 -0600
committerMatt Strapp <matt@mattstrapp.net>2024-01-24 14:14:23 -0600
commit5672528a20e4ef33fe91bb62ab97b4a75072e982 (patch)
treeea2ffc8ad7acd6a94b2e0a42ca5d61e74e1cd2cf /.github/workflows
parentBump @types/node from 20.11.5 to 20.11.6 (diff)
downloadtrinkets-5672528a20e4ef33fe91bb62ab97b4a75072e982.tar
trinkets-5672528a20e4ef33fe91bb62ab97b4a75072e982.tar.gz
trinkets-5672528a20e4ef33fe91bb62ab97b4a75072e982.tar.bz2
trinkets-5672528a20e4ef33fe91bb62ab97b4a75072e982.tar.lz
trinkets-5672528a20e4ef33fe91bb62ab97b4a75072e982.tar.xz
trinkets-5672528a20e4ef33fe91bb62ab97b4a75072e982.tar.zst
trinkets-5672528a20e4ef33fe91bb62ab97b4a75072e982.zip
Run on PR merge too, probably
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 8df657e..3c9cb61 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -2,6 +2,8 @@ name: Deploy SvelteKit page to GitHub Pages
on:
push:
+ branches:
+ - master
pull_request:
workflow_dispatch: