Update .github/workflows/main.yml
All checks were successful
/ run pull to sync on target message (push) Successful in 7s

This commit is contained in:
Fiky B 2024-02-15 04:42:48 +00:00
parent aee45c1915
commit c7543472eb

View File

@ -5,9 +5,10 @@ on:
workflow_dispatch:
jobs:
run_pull:
name: run pull
format:
name: run pull to sync on target message
runs-on: ubuntu-latest
if: "! contains(github.event.head_commit.message, 'Production')"
steps:
- name: cleanup first if any .ssh file before
run: rm -rf ~/.ssh