Only run actions when a push happens on the main branch

This commit is contained in:
nono-lqdn 2026-06-09 14:42:47 +02:00
parent c721144bed
commit 6da8399e82

View file

@ -1,4 +1,7 @@
on: [push] on:
push:
branches:
- main
jobs: jobs:
build: build:
runs-on: docker runs-on: docker