Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Merge pull request #1 from nihar1024/main #2

Merge pull request #1 from nihar1024/main

Merge pull request #1 from nihar1024/main #2

Workflow file for this run

name: "Push"
on:
push:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
release:
name: release
uses: ./.github/workflows/release.yml
secrets: inherit