Skip to content

Update test.yaml

Update test.yaml #8

Workflow file for this run

name: My workflow
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Get branch name
run: echo ${{ github.ref_name == 'main' && 'int' || github.ref_name }}