Skip to content

Commit

Permalink
add workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimmkhalid committed Jan 24, 2024
1 parent 24bbd61 commit 03d09e5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Push to huggingface

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check LFS
uses: ./actions/size
- name: Push to HF
uses: ./actions/sync

0 comments on commit 03d09e5

Please sign in to comment.