Skip to content

Update automatic-pull.yml #2

Update automatic-pull.yml

Update automatic-pull.yml #2

name: Automatic Pull
on:
push:
branches:
- main
jobs:
pull:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Pull changes
run: git pull