Skip to content

Commit

Permalink
Don't run CI twice on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmer committed Dec 11, 2024
1 parent 650fdae commit c6183f1
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 c6183f1

Please sign in to comment.