2
0
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:
anggape
2023-07-22 15:14:33 +07:00
parent deec0b966d
commit 2f5102a246

View File

@@ -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