Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hueiyuan committed Feb 16, 2024
1 parent fa3e920 commit f9c9be0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yaml
@@ -1,11 +1,16 @@
name: My workflow

on: workflow_dispatch
on:
workflow_dispatch:
push:
branches-ignore:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Get branch name
run: echo "Branch name: ${{ github.workflow.branch }}"

0 comments on commit f9c9be0

Please sign in to comment.