Effectivly disable the pipeline
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
name: Build Flutter SDK Docker Image
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 2 * * FRI'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
- some-branch-name-which-should-never-trigger-the-build
|
||||
# schedule:
|
||||
# - cron: '0 2 * * FRI'
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user