.github: only run tests on main

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2021-04-28 17:24:00 -04:00
parent befe4bf300
commit 2a78701938

View file

@ -4,6 +4,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy blog to hydrogen
if: github.ref == 'refs/heads/main'
env:
MACHINE: hydrogen
steps: