Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Create merge-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobarroso-hotmart authored Oct 25, 2023
1 parent 35b7857 commit a0fb2b7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/merge-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Merge Checker

on:
push:
branches:
- master
- main

jobs:
merge-checker:
uses: Hotmart-Org/actions/.github/workflows/merge-checker.yaml@master
secrets: inherit
with:
runs-on: "devops-iac"

0 comments on commit a0fb2b7

Please sign in to comment.