Skip to content

Commit e07bbc3

Browse files
authored
Merge pull request #67 from codebtech/chore/update-namespace
delete main-built manually
2 parents b9c70df + 5b56de7 commit e07bbc3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/plugin-build.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,13 @@ jobs:
4141

4242
- name: Apply deployignore
4343
run: |
44-
FILE=.deployignore
45-
if [ -f "$FILE" ]; then
46-
cat .deployignore | xargs rm -rf
47-
fi
44+
FILE=.deployignore
45+
if [ -f "$FILE" ]; then
46+
cat .deployignore | xargs rm -rf
47+
fi
48+
49+
- name: Delete main-built branch
50+
run: git push origin --delete main-built
4851

4952
- name: Push to built branch
5053
uses: Automattic/action-commit-to-branch@master

0 commit comments

Comments
 (0)