Compare commits

..

2 Commits

Author SHA1 Message Date
raul cb6789364d Add tiny change for testing
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s Details
2024-03-30 15:57:30 +01:00
raul 1046ede22e Add testing branch and update to only affect main 2024-03-30 15:55:12 +01:00
2 changed files with 5 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

View File

@ -2,6 +2,8 @@
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
// I forgot to actually enable actions on the repo
*/
// This is a new change for triggering CI/CD!
package main
import "actions-test/cmd"