Answers for "github action on every commit"

0

github action on every commit

on:
# Every push on main branch
  push:
    branches:
      - "main"
  #For schedule
  #schedule:
    # Runs every 5 minutes
    # - cron:  "*/5 * * * *"
Posted by: Guest on February-21-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language