Skip to content

Commit

Permalink
Create build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svelderrainruiz authored Mar 5, 2025
1 parent 54a7466 commit daf9a2f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Build

on:
push:
branches: [ "develop" ]

jobs:
build:
uses: your-org/your-central-repo/.github/workflows/reusable-workflow.yml@main
with:
working-folder: ${{ vars.AgentWorkingFolder }}
scripts-folder: ${{ vars.AgentWorkingFolder }}/pipeline/scripts

0 comments on commit daf9a2f

Please sign in to comment.