stayactive method - branch fix
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -6,7 +6,9 @@ name: Auto-CI
|
||||
on:
|
||||
# Triggers the workflow on push or pull request events but only for the "master" branch
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
branches:
|
||||
- '**' # every branch
|
||||
- '!stayactive' # except stayactive
|
||||
# pull_request:
|
||||
# branches: [ "master" ]
|
||||
schedule:
|
||||
|
||||
Reference in New Issue
Block a user