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 0c4e38b commit a85b0a6Copy full SHA for a85b0a6
.github/workflows/self-hosted.yml
@@ -2,9 +2,9 @@ name: Self-Hosted
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ master, self-hosted-runner ]
6
pull_request:
7
8
workflow_dispatch:
9
10
env:
.github/workflows/ubuntu.yml
@@ -2,9 +2,9 @@ name: Ubuntu
- branches: [ main ]
+ branches: [ main, self-hosted-runner ]
0 commit comments