Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! set filestash workflow to main
  • Loading branch information
timmywil committed Mar 26, 2024
commit 41eb57b8d58009cfca1989d1e3b035482e999299
6 changes: 3 additions & 3 deletions .github/workflows/filestash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Filestash
on:
push:
branches:
- test
- main

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down Expand Up @@ -47,5 +47,5 @@ jobs:

- name: Upload to Filestash
run: |
rsync -v --dry-run dist/jquery-ui.js filestash@"${{ secrets.FILESTASH_SERVER }}":ui/jquery-ui-git.js
rsync -v --dry-run dist/jquery-ui.css filestash@"${{ secrets.FILESTASH_SERVER }}":ui/jquery-ui-git.css
rsync dist/jquery-ui.js filestash@"${{ secrets.FILESTASH_SERVER }}":ui/jquery-ui-git.js
rsync dist/jquery-ui.css filestash@"${{ secrets.FILESTASH_SERVER }}":ui/jquery-ui-git.css