mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
temporarily enable workflow for all branches
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -1,13 +1,13 @@
|
|||||||
name: Build
|
name: Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: master
|
# branches: master
|
||||||
pull_request:
|
# pull_request:
|
||||||
branches: '*'
|
# branches: '*'
|
||||||
paths-ignore:
|
# paths-ignore:
|
||||||
- 'README.md'
|
# - 'README.md'
|
||||||
- '.github/ISSUE_TEMPLATE/**'
|
# - '.github/ISSUE_TEMPLATE/**'
|
||||||
workflow_dispatch:
|
# workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
prepare:
|
prepare:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user