mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
14 lines
241 B
YAML
14 lines
241 B
YAML
name: Build hactoolnet
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
- feature-integration
|
|
paths-ignore:
|
|
- 'Dockerfile'
|
|
- '.github/workflows/image.yml'
|
|
|
|
jobs:
|
|
build-workflow:
|
|
uses: ./.github/workflows/build-jobs.yaml
|