Skip to content

Create auto-pull.yml #1

Create auto-pull.yml

Create auto-pull.yml #1

Workflow file for this run

name: auto pull
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: pull code
run: git pull origin main --rebase