Skip to content

Commit

Permalink
Merge pull request #2 from UNRaf-PROGRAMACION/fdegiovanni-patch-1
Browse files Browse the repository at this point in the history
Update snake.yml
  • Loading branch information
fdegiovanni authored Mar 11, 2023
2 parents 01ec684 + 33ca158 commit 988c229
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/snake.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Generate Snake

# Controls when the action will run. This action runs every 6 hours.

on:
schedule:
# every 6 hours
- cron: "0 */6 * * *"

# This command allows us to run the Action automatically from the Actions tab.
workflow_dispatch:

push:
branches:
- main

# The sequence of runs in this workflow:
jobs:
Expand Down

0 comments on commit 988c229

Please sign in to comment.