mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
update build to main branch
add new ignores
This commit is contained in:
parent
abdd1667b7
commit
41f00ef3f1
12
.github/workflows/build-release-debugsign.yml
vendored
12
.github/workflows/build-release-debugsign.yml
vendored
@ -4,18 +4,26 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- assets/**
|
- assets/**
|
||||||
|
- .vscode/**
|
||||||
|
- .eslintrc.js
|
||||||
|
- .prettierrc.js
|
||||||
|
- BUILDING.md
|
||||||
- README.md
|
- README.md
|
||||||
- LICENSE
|
- LICENSE
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- release/*
|
- release/*
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- assets/**
|
- assets/**
|
||||||
|
- .vscode/**
|
||||||
|
- .eslintrc.js
|
||||||
|
- .prettierrc.js
|
||||||
|
- BUILDING.md
|
||||||
- README.md
|
- README.md
|
||||||
- LICENSE
|
- LICENSE
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user