Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
6-BennyLi-9 committed Aug 21, 2024
2 parents 666ef60 + c892482 commit 0e1b0ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/zipper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
zip:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run zipper.sh
run: /bin/bash ./zipper.sh

0 comments on commit 0e1b0ee

Please sign in to comment.