mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +08:00
Merge pull request #8147 from vrothberg/fix-pr-title-action
pr update action: fix errors on master branch
This commit is contained in:
2
.github/workflows/pr-title.yml
vendored
2
.github/workflows/pr-title.yml
vendored
@ -3,6 +3,8 @@
|
||||
name: "PR title check"
|
||||
|
||||
on: pull_request_target
|
||||
branches:
|
||||
- "!master" # don't run it on master to prevent errors
|
||||
|
||||
jobs:
|
||||
update_pr:
|
||||
|
Reference in New Issue
Block a user