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 name: Build Flutter SDK Docker Image
on: on:
schedule:
- cron: '0 2 * * FRI'
push: push:
branches: branches:
- main - some-branch-name-which-should-never-trigger-the-build
workflow_dispatch: # schedule:
# - cron: '0 2 * * FRI'
# push:
# branches:
# - main
# workflow_dispatch:
jobs: jobs:
build: build: