Commit 458655d
authored
Fix GHA build workflow (#1120)
This PR fixes the condition to trigger docs-build workflow in build.yaml to:
- simplify the branch assertion
- ensure that it only runs on push events (as opposed to workflow_dispatch events which trigger the nightlies).
@ajschmidt8
Authors:
- Ajay Thorve (https://github.com/AjayThorve)
- AJ Schmidt (https://github.com/ajschmidt8)
Approvers:
- AJ Schmidt (https://github.com/ajschmidt8)
URL: #11201 parent 95461ea commit 458655d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments