Skip to content

Commit

Permalink
Add workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dontrian committed Nov 29, 2023
1 parent ea38333 commit 1476923
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 1476923

Please sign in to comment.