Skip to content

Feat/update release doc 2026 07 03 #68

Feat/update release doc 2026 07 03

Feat/update release doc 2026 07 03 #68

Workflow file for this run

name: Trigger build
on:
push:
branches: ['master', 'develop', 'main']
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: github.event_name == 'pull_request'
run: gh pr checkout ${{ github.event.pull_request.number }}
- name: Trigger build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config user.email "[email protected]"
git config user.name "Quynh-Nguyen"
git commit --allow-empty -m "Trigger Build"
git push