Skip to content

Commit

Permalink
fix(CI): fix workdflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
khalidbelk committed Nov 13, 2024
1 parent 28cb62c commit 5feb7ba
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/mirrorV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ env:
# SOURCE_URL: "https://github.com/EdukaiFR/website.git"
MIRROR_URL: "khalidbelk/testCI.git"

on: push
branches:
- main
- feat/CI
on:
push:
branches:
- main
- feat/CI

jobs:
push_to_mirror:
Expand Down

0 comments on commit 5feb7ba

Please sign in to comment.