We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb801b commit 496a2b4Copy full SHA for 496a2b4
.github/workflows/publish.yaml
@@ -1,14 +1,14 @@
1
# A CI configuration to auto-publish pub packages.
2
3
-name: Publish
+# name: Publish
4
5
-on:
6
- pull_request:
7
- branches: [ master ]
8
- push:
9
- tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
+# on:
+# pull_request:
+# branches: [ master ]
+# push:
+# tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
10
11
-jobs:
12
- publish:
13
- if: ${{ github.repository_owner == 'dart-lang' }}
14
- uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
+# jobs:
+# publish:
+# if: ${{ github.repository_owner == 'dart-lang' }}
+# uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
0 commit comments