stayactive method - branch fix

This commit is contained in:
crocandr
2023-03-31 21:44:22 +02:00
parent a937ea6b64
commit 16b4df65f8

View File

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