Skip to content
Open
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/blank22222.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
# branches: [ "jwx0925-patch-1" ]
tags: ["test-*"]
pull_request:
branches: [ "jwx0925-*","master"]
branches: [ "jwx0925-*"]
Comment on lines 11 to +12

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore master PR trigger

The pull_request trigger now only matches branches named jwx0925-*, so pull requests targeting master will no longer execute this workflow and can merge without CI coverage. If master is still an active target branch, it should remain in the branches list to ensure those PRs are tested.

Useful? React with 👍 / 👎.


# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down