We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ba9f6 commit 02d9febCopy full SHA for 02d9feb
.github/workflows/main.yml
@@ -0,0 +1,21 @@
1
+# Downstream workflow
2
+name: ${{ "dynamic name" }}
3
+
4
+on:
5
+ merge_group:
6
+ push:
7
+ branches-ignore:
8
+ # temporary GH branches relating to merge queues (jaraco/skeleton#93)
9
+ - gh-readonly-queue/**
10
+ tags:
11
+ # required if branches-ignore is supplied (jaraco/skeleton#103)
12
+ - '**'
13
+ pull_request:
14
15
+jobs:
16
+ main:
17
+ uses: coherent-oss/system/.github/workflows/main.yml@main
18
+ permissions:
19
+ contents: write
20
+ secrets:
21
+ PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
0 commit comments