Skip to content

Commit

Permalink
github: Switch to self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
noc0lour committed Jan 7, 2025
1 parent 29a0f04 commit 11d02a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ name: Python package

on:
push:
branches: [ "main" ]
branches: [ "main", "*"]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 11d02a3

Please sign in to comment.