diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index fe83995..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: CI - -on: - push: - branches: - - '**' - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: mirror-repository - uses: spyoungtech/mirror-action@v0.5.1 - with: - REMOTE: 'https://codeberg.org/liameno/librengine.git' - GIT_USERNAME: liameno - GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}