Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
KochC authored Nov 18, 2024
2 parents 1dfb31c + b48b94d commit cb0f75b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- opened
- synchronize
- reopened

jobs:
validate_pr:
permissions:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/pr_origin_check.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Main - 🧐 Check PR Source Branch

on:
pull_request:
pull_request_target:
branches:
- main
types: [opened, synchronize]
types:
- opened
- synchronize
- reopened

jobs:
check-branch:
Expand Down

0 comments on commit cb0f75b

Please sign in to comment.