Skip to content

Commit

Permalink
Merge pull request #28 from bquan0/release-test
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke authored Aug 31, 2023
2 parents 81a7de7 + e2430dd commit f33cb19
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/releaseTest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: release-test

on:
workflow_dispatch:
pull_request:
push:
release:

jobs:
echo-variable:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: See what github.ref is on release
run: echo ${{ github.ref }}

0 comments on commit f33cb19

Please sign in to comment.