Skip to content

Commit

Permalink
Update workflow to trigger on push and pull request events for the ma…
Browse files Browse the repository at this point in the history
…in branch
  • Loading branch information
prasadhonrao committed Dec 5, 2024
1 parent a33bc5a commit 49ba9ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/misc-monorepo-detect-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Monorepo - Detect Project Changes

on:
push:
paths:
- '.github/workflows/misc-monorepo-detect-projects.yml'
- 'src/monorepo/**'
branches:
- main
pull_request:
branches:
- main

jobs:
detect-changes:
Expand Down

0 comments on commit 49ba9ba

Please sign in to comment.