Skip to content

Commit

Permalink
Create merge-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroguimaraes-hotmart authored Apr 8, 2024
1 parent 734c38f commit 424d0ba
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: "staging-iac"

0 comments on commit 424d0ba

Please sign in to comment.