Skip to content

Commit

Permalink
ref: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jill64 committed Sep 25, 2023
1 parent 9a5de7b commit 799f136
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ on:
jobs:
e2e-test:
uses: jill64/workflows/.github/workflows/run-playwright.yml@main
auto-merge:
uses: jill64/workflows/.github/workflows/auto-merge.yml@main
version-bump:
uses: jill64/workflows/.github/workflows/version-bump.yml@main
secrets: inherit
11 changes: 0 additions & 11 deletions .github/workflows/publish.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Release

on:
push:
branches: main

jobs:
release:
uses: jill64/workflows/.github/workflows/release.yml@main
secrets: inherit

0 comments on commit 799f136

Please sign in to comment.