8263667: Avoid running GitHub actions on branches named pr/*
Reviewed-by: ehelin, erikj, ihse
This commit is contained in:
parent
41276eb83a
commit
86e9cd989d
1
.github/workflows/submit.yml
vendored
1
.github/workflows/submit.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- master
|
||||
- pr/*
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
platforms:
|
||||
|
Loading…
Reference in New Issue
Block a user