Skip to content

Commit

Permalink
added push and pull_request_target triggers to the check lic and hist…
Browse files Browse the repository at this point in the history
… workflow (#835)
  • Loading branch information
maxb-io authored Feb 15, 2024
1 parent b2c5bd5 commit 2bb49eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check_license_and_history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Check License and History
on: # this workflow is planned to be called by the ci_pipeline and it will compare the PR files with the main
workflow_call:
workflow_dispatch:
#pull_request_review:
# types: [submitted]
push:
pull_request_target:


jobs:
changedfiles:
Expand Down

0 comments on commit 2bb49eb

Please sign in to comment.