Skip to content

Commit

Permalink
Configure .github/workflows/merge-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomiranda-hotmart committed Jan 25, 2024
1 parent 7c8a145 commit b9dfee3
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 b9dfee3

Please sign in to comment.