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

Commit

Permalink
Merge pull request #12 from murage-poc/master
Browse files Browse the repository at this point in the history
feat: demo
  • Loading branch information
Murage authored Oct 22, 2024
2 parents 7276bdd + e10e85f commit db71d9e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- release
workflow_dispatch:

jobs:
build:
runs-on:
- ubuntu-latest
steps:
- name: checkout
uses: @checkout/v4

- name: Get latest
uses: |
echo "sha is $GITHUB_SHA and updated ref is $GITHUB_REF"

0 comments on commit db71d9e

Please sign in to comment.