Update workflow to only trigger on pull

This commit is contained in:
raul 2024-05-02 07:59:57 +02:00
parent 16d0d14c9b
commit 1e761345a9
1 changed files with 1 additions and 3 deletions

View File

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