mirror of
https://github.com/status-im/create-pull-request.git
synced 2025-02-20 18:38:13 +00:00
Update examples
This commit is contained in:
parent
1edcf07a19
commit
823751817d
@ -294,7 +294,6 @@ on:
|
||||
If you have a workflow that contains jobs to handle push events on branches as well as tags, you can make sure that the job where you use `create-pull-request` action only executes when `github.ref` is a branch by using an `if` condition as follows.
|
||||
|
||||
```yml
|
||||
name: Create Pull Request
|
||||
on: push
|
||||
jobs:
|
||||
createPullRequest:
|
||||
|
Loading…
x
Reference in New Issue
Block a user