Add testing branch and update to only affect main
This commit is contained in:
parent
84a1adee5b
commit
1046ede22e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue