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