Add caller workflows for feature CI #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
name: Call Build and Test Feature Repo | ||
on: | ||
push: | ||
branches: | ||
- bau | ||
- main | ||
- master | ||
pull_request: | ||
workflow_dispatch: | ||
jobs: | ||
build: | ||
uses: botsandus/auto-sandbox/.github/workflows/build_test_feature.yaml@main | ||
Check failure on line 15 in .github/workflows/build_and_test.yaml
|
||
secrets: inherit |