We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28aba2 commit 12221cfCopy full SHA for 12221cf
1 file changed
.github/workflows/update-assets.yml
@@ -2,10 +2,10 @@ name: Plugin asset/readme update
2
on:
3
push:
4
branches:
5
- - master
+ - trunk
6
jobs:
7
- master:
8
- name: Push to master
+ trunk:
+ name: Push to trunk
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@master
0 commit comments