don't run deploy for non-main stuff
This commit is contained in:
parent
6aaadafc22
commit
bdc5c9f346
|
@ -1,5 +1,8 @@
|
|||
name: Deploy Website
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue