don't run deploy for non-main stuff

This commit is contained in:
James Ravenscroft 2023-07-09 08:54:51 +01:00
parent 6aaadafc22
commit bdc5c9f346
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
name: Deploy Website
on: [push]
on:
push:
branches:
- main
jobs:
build: