summaryrefslogtreecommitdiff
path: root/.woodpecker/eowyn.yaml
blob: eaabbeccc937ce780a29143303747f46aad20a7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
steps:
  - name: eowyn
    image: ziglings/ziglang:latest
    pull: true
    commands:
      - sh ./patches/eowyn.sh
    when:
      event: [pull_request, push, cron]
      ref:
        include:
          - refs/pull/**      # alle PRs
          - refs/heads/main   # nur Pushes auf main
      cron: daily*