Skip to content

Commit

Permalink
devops: run same PR validation for landed commits (#2832)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguerrera authored Oct 25, 2024
1 parent 1de133e commit d3e9e2f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Validate PR
name: Validate
on:
push:
branches: ["main"]
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit d3e9e2f

Please sign in to comment.