docs: revert unexpected change
This commit is contained in:
parent
8288f95ea1
commit
9c972a9b66
@ -503,7 +503,7 @@ For workflows using `on: push` you may want to ignore push events for tags and o
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
```
|
```
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user