Skip to content

Commit

Permalink
Don't run CI twice on PR (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmer authored Dec 11, 2024
1 parent 650fdae commit 1d14867
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
name: CI

on:
- push
- pull_request
push:
branches:
- main
pull_request:

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://github.com/ohmer/asdf-terragrunt/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ohmer/asdf-terragrunt/actions/workflows/ci.yml)
[![CI](https://github.com/ohmer/asdf-terragrunt/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ohmer/asdf-terragrunt/actions/workflows/ci.yml)

# asdf-terragrunt

Expand Down

0 comments on commit 1d14867

Please # to comment.