mirror of
https://github.com/Faithful-Resource-Pack/Faithful-32x-Java.git
synced 2026-04-17 08:46:58 -04:00
test branches-ignore
This commit is contained in:
22
.github/workflows/create-pack.yml
vendored
Normal file
22
.github/workflows/create-pack.yml
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user