Merge branch 'dev-nightly' of https://github.com/RAGECOOP/RAGECOOP-V into dev-nightly

This commit is contained in:
sardelka9515
2022-09-09 11:24:02 +08:00

View File

@ -7,6 +7,7 @@ on:
- '*/*' # matches every branch containing a single '/' - '*/*' # matches every branch containing a single '/'
- '**' # matches every branch - '**' # matches every branch
- '!main' # excludes main - '!main' # excludes main
- '!dev-nightly' # excludes nightly
pull_request: pull_request:
branches: [ "main", "dev-nightly" ] branches: [ "main", "dev-nightly" ]