This commit is contained in:
parent
032f8372f3
commit
218b0ea892
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
on: [push]
|
name: build
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- mster
|
||||||
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
Loading…
Add table
Reference in a new issue