Skip to content

Commit

Permalink
PR in master and dev
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbarmettlerUZH committed Mar 25, 2022
1 parent 974b950 commit 5eb50b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/example_pr_open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: Example - PR from any -> dev

on:
pull_request:
branches: [dev]
branches: [master, dev]

jobs:
set-status:
runs-on: ubuntu-latest
steps:
- name: Print output
run: echo github.event.pull_request.title ${{ github.event.pull_request.title }}

# Set status to 'In PR' if base branch is not 'stage' branch
- name: Use own action to set status of item
id: monday-state
Expand Down

0 comments on commit 5eb50b3

Please sign in to comment.