Disable Danger CI on push trigger (#3024)

Disable Danger CI on main
This commit is contained in:
Charles Bochet
2023-12-15 16:22:35 +01:00
committed by GitHub
parent 3d29481fbd
commit 800330df90

View File

@ -1,8 +1,5 @@
name: CI Utils
on:
push:
branches:
- main
# it's usually not recommended to use pull_request_target
# but we consider it's safe here if we keep the same steps
# see: https://securitylab.github.com/research/github-actions-preventing-pwn-requests/