Only trigger CI/CD on PR
Go audit / audit (pull_request) Successful in 1m39s
Details
Go audit / audit (pull_request) Successful in 1m39s
Details
This commit is contained in:
parent
cc96783a6c
commit
d821979b65
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue