mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
17 lines
232 B
YAML
17 lines
232 B
YAML
version: 2.1
|
|
jobs:
|
|
build:
|
|
machine: true
|
|
steps:
|
|
- run: "echo skip"
|
|
|
|
workflows:
|
|
version: 2
|
|
ignore:
|
|
jobs:
|
|
- build:
|
|
filters:
|
|
branches:
|
|
ignore:
|
|
- gh-pages
|