Skip to content

Commit

Permalink
run the github action on push only (not pull_request)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Mercier committed Aug 27, 2024
1 parent 6abf1f4 commit a7012d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detect-secrets.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: detect secrets

on: [push, pull_request]
on: push

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit a7012d2

Please sign in to comment.