Skip to content

Don't run CI twice on PR (#7) #13

Don't run CI twice on PR (#7)

Don't run CI twice on PR (#7) #13

Workflow file for this run

---
name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
steps:
- uses: asdf-vm/actions/plugin-test@v3
with:
command: "terragrunt --version"