mirror of
https://github.com/derrod/legendary.git
synced 2026-07-08 23:25:52 +00:00
12 lines
153 B
YAML
12 lines
153 B
YAML
name: Python
|
|
|
|
on:
|
|
push:
|
|
branches: [ '*' ]
|
|
pull_request:
|
|
branches: [ '*' ]
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/build-base.yml
|
|
|