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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
# push:
|
||||
# branches:
|
||||
# - develop
|
||||
# paths-ignore:
|
||||
# - '**.md'
|
||||
# Dispatch or Manual triggers
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue