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:
|
on:
|
||||||
# Triggers the workflow on push or pull request events but only for the "master" branch
|
# Triggers the workflow on push or pull request events but only for the "master" branch
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches:
|
||||||
|
- '**' # every branch
|
||||||
|
- '!stayactive' # except stayactive
|
||||||
# pull_request:
|
# pull_request:
|
||||||
# branches: [ "master" ]
|
# branches: [ "master" ]
|
||||||
schedule:
|
schedule:
|
||||||
|
|||||||
Reference in New Issue
Block a user