mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: ignore most branches for build
This commit is contained in:
parent
32e1f51d0a
commit
99cb4558bb
2 changed files with 5 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -2,8 +2,11 @@ name: Build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- build/*
|
||||
branches-ignore:
|
||||
- do-not-build
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- do-not-build
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
1
.github/workflows/release-assets.yml
vendored
1
.github/workflows/release-assets.yml
vendored
|
|
@ -4,7 +4,6 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- v[0-9]+.* # roughly matching version numbers
|
||||
- test
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
|
|||
Loading…
Reference in a new issue