Skip to content

Commit 11d02a3

Browse files
committed
github: Switch to self-hosted runner
1 parent 29a0f04 commit 11d02a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ "main" ]
8+
branches: [ "main", "*"]
99
pull_request:
1010
branches: [ "main" ]
1111

1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: self-hosted
1616
strategy:
1717
fail-fast: false
1818
matrix:

0 commit comments

Comments
 (0)