Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenruyan authored Jul 4, 2023
1 parent 91d6615 commit 5d85239
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,21 @@
name: CI
on:
push:
branches: [ "main" ]
branches: [ "master" ]
pull_request:
branches: [ "main" ]
branches: [ "master" ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
# Runs a set of commands using the runners shell
- name: Run a multi-line script
- name: sync libre fsf la
run: |
echo Add other actions to build,
echo test, and deploy your project.
git clone git://linux-libre.fsfla.org/releases.git linux
cd linux
ls
git remote add libre git://linux-libre.fsfla.org/releases.git linux
git fetch libre
git pull libre --all
git push origin --all

0 comments on commit 5d85239

Please sign in to comment.