Odoo18-Base/.gitea/workflows/build.yml
hoangvv b0c4757d57
Some checks failed
Build / echo (push) Failing after 6s
update: test workflow
2025-01-09 15:32:41 +07:00

11 lines
180 B
YAML

name: Build
on:
push:
branches:
- main
jobs:
echo:
runs-on: ubuntu-latest
steps:
- name: get git current branch
run: git branch --show-current