Skip to content

Commit

Permalink
Create test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hueiyuan committed Feb 16, 2024
1 parent 5e20069 commit b652202
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yaml
@@ -0,0 +1,15 @@
name: My workflow

on:
workflow_dispatch:
push:
branches-ignore:
- master

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Get branch name
run: echo "Branch name: ${{ github.ref }}"

0 comments on commit b652202

Please sign in to comment.