Browse Source

Merge pull request #1142 from nextcloud/chore/ci/disable-workflows-on-main

pull/1145/head
Kate 1 year ago committed by GitHub
parent
commit
f239c4e3fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/dart.yml
  2. 3
      .github/workflows/generate.yaml
  3. 3
      .github/workflows/neon.yml

3
.github/workflows/dart.yml

@ -1,8 +1,5 @@
name: Dart CI
on:
push:
branches:
- main
pull_request:
concurrency:

3
.github/workflows/generate.yaml

@ -1,8 +1,5 @@
name: Generate
on:
push:
branches:
- main
pull_request:
concurrency:

3
.github/workflows/neon.yml

@ -1,8 +1,5 @@
name: Neon
on:
push:
branches:
- main
pull_request:
concurrency:

Loading…
Cancel
Save