test branches-ignore

This commit is contained in:
Evorp
2024-06-23 14:34:40 -07:00
parent 3916c1f4d5
commit 5091000e58

22
.github/workflows/create-pack.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: Autozip Pack
on:
push:
branches:
- '*'
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Create Pack
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USERNAME }}
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSH }}
script: |
cd ./packs