Skip to content

Commit

Permalink
Exclude release branches from verify workflow
Browse files Browse the repository at this point in the history
Exclude release branches from verify workflow
  • Loading branch information
alexander-demicev authored Jun 14, 2023
1 parent cbc2a8a commit 2b24b4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
on:
pull_request_target:
types: [opened, edited, synchronize, reopened]
branches:
- main

jobs:
verify:
Expand Down

0 comments on commit 2b24b4b

Please sign in to comment.