git: action only runs on main branch

This commit is contained in:
Gerard Gascón 2024-04-17 22:27:05 +02:00
parent 3f8a63fb1b
commit 5d5d97b952

View file

@ -1,6 +1,9 @@
name: Actions 😎
on: [push, pull_request]
on:
push:
branches:
- main
jobs:
test: