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 8b2d49d commit 5b56de7Copy full SHA for 5b56de7
.github/workflows/plugin-build.yml
@@ -41,10 +41,13 @@ jobs:
41
42
- name: Apply deployignore
43
run: |
44
- FILE=.deployignore
45
- if [ -f "$FILE" ]; then
46
- cat .deployignore | xargs rm -rf
47
- fi
+ FILE=.deployignore
+ if [ -f "$FILE" ]; then
+ cat .deployignore | xargs rm -rf
+ fi
48
+
49
+ - name: Delete main-built branch
50
+ run: git push origin --delete main-built
51
52
- name: Push to built branch
53
uses: Automattic/action-commit-to-branch@master
0 commit comments