Skip to content

Commit b48458e

Browse files
jaracoclaude
andcommitted
Add Coherent CI/release workflow
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2345cac commit b48458e

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: tests
2+
3+
on:
4+
merge_group:
5+
push:
6+
branches-ignore:
7+
# temporary GH branches relating to merge queues (jaraco/skeleton#93)
8+
- gh-readonly-queue/**
9+
tags:
10+
# required if branches-ignore is supplied (jaraco/skeleton#103)
11+
- '**'
12+
pull_request:
13+
14+
jobs:
15+
main:
16+
uses: coherent-oss/system/.github/workflows/main.yml@main
17+
permissions:
18+
contents: write
19+
secrets:
20+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)