Browse Source

chore(ci): Disable neon, dart and generate workflows on main

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/1142/head
jld3103 1 year ago
parent
commit
eae519a731
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  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