Skip to content

Commit 12221cf

Browse files
committed
use trunk instead of master
1 parent c28aba2 commit 12221cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-assets.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Plugin asset/readme update
22
on:
33
push:
44
branches:
5-
- master
5+
- trunk
66
jobs:
7-
master:
8-
name: Push to master
7+
trunk:
8+
name: Push to trunk
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@master

0 commit comments

Comments
 (0)