Skip to content

Commit

Permalink
ci(serde_yml): 🎨 add snyk support for feat/serde_yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Jul 21, 2024
1 parent d67933b commit d86b13d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ name: Snyk Security

on:
push:
branches: ["master" ]
branches:
- master
- feat/serde_yml
pull_request:
branches: ["master"]
branches:
- master
- feat/serde_yml

permissions:
contents: read
Expand Down

0 comments on commit d86b13d

Please sign in to comment.