Skip to content

feat: updated branch name in uses of workflow (#20) #14

feat: updated branch name in uses of workflow (#20)

feat: updated branch name in uses of workflow (#20) #14

Workflow file for this run

name: tf-checks
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
fifo:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.9
with:
working_directory: './examples/fifo/'
satndard:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './examples/standard/'