only run workflow on main branch
All checks were successful
Build / Deploy (push) Successful in 3m1s

This commit is contained in:
Rik Berkelder 2025-02-13 02:30:44 +01:00
parent 445069cbf8
commit 4eabb7517c

View file

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