Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
quick test
  • Loading branch information
DavidHoerster committed Jul 29, 2023
1 parent b7026d1 commit dede560
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Simple Test

on:
push

env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2

- name: Extract branch name
shell: bash
run: echo "branch=${BRANCH_NAME}"
id: extract_branch

0 comments on commit dede560

Please sign in to comment.