Skip to content

Commit 02d9feb

Browse files
author
Bartosz Sławecki
authored
Create main.yml
1 parent a6ba9f6 commit 02d9feb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/main.yml

+21
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)