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 23, 2024
1 parent e403a56 commit 28e4461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -12,4 +12,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Get branch name
run: echo ${{ github.ref_name }}
run: echo ${{ github.ref_name == 'main' && 'int' || github.ref_name }}

0 comments on commit 28e4461

Please sign in to comment.