Skip to content

Commit

Permalink
fix: fixing add on pr open
Browse files Browse the repository at this point in the history
  • Loading branch information
prakasa-tkpd committed Nov 6, 2023
1 parent df5ee63 commit 32f3b0e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/monitor-changed-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ name: "Monitor Changed Files"

on:
workflow_dispatch:
# pull_request:
# branches:
# - main
# types:
# - opened
# - synchronize
# - reopened
# - ready_for_review
# - edited
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- ready_for_review
- edited

jobs:
run-monitor-changed-files:
runs-on: ubuntu-latest

steps:
- name: Get all test, doc and src files that have changed
id: changed-files-yaml
Expand Down

0 comments on commit 32f3b0e

Please sign in to comment.