We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d074892 commit 757d245Copy full SHA for 757d245
.github/workflows/check-node-compat.yml
@@ -4,6 +4,9 @@ on:
4
pull_request:
5
types: [labeled]
6
branches: [devnet-ready]
7
+ # Debug mode
8
+ push:
9
+ branches: [upgrade-psdk-2509]
10
11
concurrency:
12
group: check-node-compat-${{ github.ref }}
0 commit comments