enable ci for push, pull request and workflow dispatch
This commit is contained in:
parent
fc80b4c5c8
commit
47001edce4
1 changed files with 2 additions and 7 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -1,13 +1,8 @@
|
|||
name: Build
|
||||
on:
|
||||
push:
|
||||
# branches: master
|
||||
# pull_request:
|
||||
# branches: '*'
|
||||
# paths-ignore:
|
||||
# - 'README.md'
|
||||
# - '.github/ISSUE_TEMPLATE/**'
|
||||
# workflow_dispatch:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
prepare:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue