Skip to content

Commit

Permalink
rename release.yaml to kdf.yaml and make it run ci.yaml only
Browse files Browse the repository at this point in the history
  • Loading branch information
shamardy committed Aug 23, 2024
1 parent cb1ba9e commit b2536e8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 44 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/kdf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "kdf"

on:
push:
branches: ["kdf"]
paths-ignore:
- ".github/**"
- "docs/**"
- "README.md"

workflow_dispatch:

jobs:
run-tests:
uses: ./.github/workflows/ci.yaml
secrets: inherit

release:
needs: [run-tests]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
44 changes: 0 additions & 44 deletions .github/workflows/release.yaml

This file was deleted.

0 comments on commit b2536e8

Please sign in to comment.