Skip to content

Commit b8d4af4

Browse files
authored
Merge pull request #281 from Ablaze-MIRAI/refactor/branch
chore: archive/* ブランチを切るのをやめる
2 parents 24386ee + 363c966 commit b8d4af4

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/packaging.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@ permissions:
99
contents: read
1010

1111
jobs:
12-
create-branch:
13-
runs-on: ubuntu-latest
14-
permissions:
15-
contents: write
16-
steps:
17-
- uses: actions/checkout@v6
18-
- name: Create new Branch
19-
env:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
run: |
22-
git checkout -b "archive/${{ github.ref_name }}"
23-
git push --set-upstream origin "HEAD:archive/${{ github.ref_name }}"
2412
build-firefox:
2513
runs-on: ubuntu-latest
2614
steps:

0 commit comments

Comments
 (0)