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 d992257d92
commit 005539fbf9

View file

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