Revert "enable ci for push, pull request and workflow dispatch"
This reverts commit 47001edce4.
This commit is contained in:
parent
47001edce4
commit
d42f50f22d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -1,7 +1,12 @@
|
||||||
name: Build
|
name: Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: master
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches: '*'
|
||||||
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
|
- '.github/ISSUE_TEMPLATE/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
prepare:
|
prepare:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue