Skip to content

Commit

Permalink
fixup! revert me: test run in my repo
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Mar 18, 2024
1 parent 9179a47 commit fa28e9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browserstack-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Browserstack (git)
on:
push:
branches:
- main
- test

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Browserstack
on:
push:
branches:
- main
- test

jobs:
test:
Expand Down
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:
- main
- test

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down Expand Up @@ -47,5 +47,5 @@ jobs:
- name: Upload to Filestash
run: |
rsync dist/jquery-migrate.js filestash@"${{ secrets.FILESTASH_SERVER }}":jquery-migrate-git.js
rsync dist/jquery-migrate.min.js filestash@"${{ secrets.FILESTASH_SERVER }}":jquery-migrate-git.min.js
rsync -v --dry-run dist/jquery-migrate.js filestash@"${{ secrets.FILESTASH_SERVER }}":jquery-migrate-git.js
rsync -v --dry-run dist/jquery-migrate.min.js filestash@"${{ secrets.FILESTASH_SERVER }}":jquery-migrate-git.min.js

0 comments on commit fa28e9f

Please sign in to comment.