only allow main

This commit is contained in:
Kasper Juul Hermansen 2023-02-17 18:51:47 +01:00
parent 0eaf0dd3be
commit 7f3399f1d8
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -1,6 +1,9 @@
name: Deploy name: Deploy
on: on:
workflow_dispatch: workflow_dispatch:
push:
branches:
- "main"
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest