Odoo18-Base/.github/workflows/build.yml
2025-01-09 16:19:49 +07:00

10 lines
238 B
YAML

name: GitHub Actions Example
on:
push:
branches: [ main ]
jobs:
build:
runs-on: self-hosted
steps:
- name: Echo event trigger
run: echo "The job was automatically triggered by a ${{github.event_name}} event."