Skip to content

Commit

Permalink
No more master or dev_master
Browse files Browse the repository at this point in the history
  • Loading branch information
teutoburg committed Aug 27, 2024
1 parent d6572e7 commit 8c18ccd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/markdown_link_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ on:
push:
branches:
- main
- master
- dev_master
pull_request:
branches:
- main
- master
- dev_master

# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:
Expand All @@ -21,4 +17,4 @@ on:

jobs:
markdown-link-check:
uses: AstarVienna/DevOps/.github/workflows/markdown_link_check.yml@master
uses: AstarVienna/DevOps/.github/workflows/markdown_link_check.yml@main

0 comments on commit 8c18ccd

Please sign in to comment.