diff options
| author | Matt Strapp <matt@mattstrapp.net> | 2024-01-24 14:15:02 -0600 |
|---|---|---|
| committer | Matt Strapp <matt@mattstrapp.net> | 2024-01-24 14:15:02 -0600 |
| commit | 9fb367c9ee85b17cb750be4b1a52f7e503201a02 (patch) | |
| tree | ae5cf0cf3e814b7a13d2eeef8b43a37aa0cf539a | |
| parent | add CoC (diff) | |
| download | zorascript-9fb367c9ee85b17cb750be4b1a52f7e503201a02.tar zorascript-9fb367c9ee85b17cb750be4b1a52f7e503201a02.tar.gz zorascript-9fb367c9ee85b17cb750be4b1a52f7e503201a02.tar.bz2 zorascript-9fb367c9ee85b17cb750be4b1a52f7e503201a02.tar.lz zorascript-9fb367c9ee85b17cb750be4b1a52f7e503201a02.tar.xz zorascript-9fb367c9ee85b17cb750be4b1a52f7e503201a02.tar.zst zorascript-9fb367c9ee85b17cb750be4b1a52f7e503201a02.zip | |
Add branch restriction for push event
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
| -rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2839098..72d3396 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: |
