Only trigger CI/CD on PR
Go audit / audit (pull_request) Successful in 1m39s Details

This commit is contained in:
raul 2024-05-08 08:01:19 +02:00
parent cc96783a6c
commit d821979b65
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
name: Go audit
run-name: ${{ gitea.actor }} pushed to main! 🚀
run-name: ${{ gitea.actor }} pulled to main! 🚀
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs: