Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚧Adjust workflow trigger #160

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/add-new-issue-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 🤖Add New Issue To Project
on:
issues:
types: opened
pull_request:
pull_request_target:
types: opened
branches: [main, preview]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: ✅Build Status Check (${{ github.base_ref }} branch)


on:
pull_request:
pull_request_target:
branches: [main, preview]


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-issue-to-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defaults:


on:
pull_request:
pull_request_target:
types: opened
issue_comment: # This event is triggered when creating issue and pr comments
types: created
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defaults:


on:
pull_request:
pull_request_target:
branches: [main, preview]


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: ✅Unit Testing Status Check (${{ github.base_ref }} branch)


on:
pull_request:
pull_request_target:
branches: [main, preview]


Expand Down