Skip to content

Commit

Permalink
refactor: remove duplicated workflow (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto authored Jan 21, 2024
1 parent 150d370 commit 430fb26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 39 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/master.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ on:
push:
tags:
- v*

jobs:
test:
uses: ./.github/workflows/test.yaml

build-and-release:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test

on: [push, pull_request]
on: [push, pull_request, workflow_call]

jobs:
test:
Expand Down

0 comments on commit 430fb26

Please sign in to comment.