Disable automatic build on push to develop
This commit is contained in:
parent
03581a8a63
commit
6393f0d3e1
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build_check.yml
vendored
10
.github/workflows/build_check.yml
vendored
|
|
@ -1,10 +1,10 @@
|
||||||
name: CI
|
name: CI
|
||||||
on:
|
on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- develop
|
# - develop
|
||||||
paths-ignore:
|
# paths-ignore:
|
||||||
- '**.md'
|
# - '**.md'
|
||||||
# Dispatch or Manual triggers
|
# Dispatch or Manual triggers
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue