mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
enable ci for push, pull request and workflow dispatch
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user