Skip to content

Commit

Permalink
Merge pull request #54 from Dontrian/feature/new-feature
Browse files Browse the repository at this point in the history
Add workflow name
  • Loading branch information
Dontrian authored Nov 29, 2023
2 parents 54616bf + 1476923 commit b3567de
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Check that pull request is from develop

on:
pull_request: # triggers on open, reopen and synchronize by default
branches: ["master"]
Expand All @@ -11,4 +13,5 @@ on:

steps:
- name: Fail because the pull request is not from develop
run: exit 1
run: exit 1

0 comments on commit b3567de

Please sign in to comment.