Add testing branch and update to only affect main

This commit is contained in:
raul 2024-03-30 15:55:12 +01:00
parent 84a1adee5b
commit 1046ede22e
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
on:
push:
branches: [main]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest