Skip to content

Commit

Permalink
Merge pull request #63 from Dontrian/feature/new-feature
Browse files Browse the repository at this point in the history
Feature/new feature
  • Loading branch information
Dontrian authored Nov 29, 2023
2 parents 453f5f2 + ac717ae commit be84e09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:

jobs:
bump-version:
if: ${{ github.base_ref }} == "refs/heads/develop"
if: ${{ github.head_ref }} == "refs/heads/develop"
name: Is pull request from develop

runs-on: ubuntu-latest #self-hosted

steps:
- name: Fail because the pull request is not from develop
run: echo pull requests from ${{github.base_ref}} are not allowed && exit 1
run: echo pull requests from ${{github.head_ref}} are not allowed && exit 1

0 comments on commit be84e09

Please sign in to comment.