Effectivly disable the pipeline

This commit is contained in:
2025-04-21 15:49:09 +02:00
parent 0e646f2311
commit d2676945b2

View File

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