Skip to content

Commit

Permalink
adjust check-deprecated and check-packs to only run on develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-githubs committed Oct 21, 2024
1 parent 2216a6d commit a0f2137
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-deprecated.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
pull_request:
branches:
- develop

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check-packs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
on:
workflow_dispatch:
pull_request:
branches:
- develop

permissions:
contents: read
Expand Down

0 comments on commit a0f2137

Please sign in to comment.