only allow main

This commit is contained in:
2023-02-17 18:51:47 +01:00
parent 0eaf0dd3be
commit 7f3399f1d8

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