Skip to content

Commit

Permalink
Merge pull request #14 from ViktorJp/main
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ViktorJp authored Feb 21, 2024
2 parents fd9b81a + 395b250 commit 768dc29
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11,333 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Check pull request source branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Check branches
run: |
if [ ${{ github.head_ref }} != "dev" ] && [ ${{ github.base_ref }} == "main" ]; then
if [ ${{ github.head_ref }} != "develop" ] && [ ${{ github.base_ref }} == "main" ]; then
echo "Merge requests to main branch are only allowed from dev branch."
exit 1
fi
Loading

0 comments on commit 768dc29

Please sign in to comment.