Skip to content

Commit

Permalink
nit github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Feb 24, 2023
1 parent 2a6d75d commit 082f2f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Makefile CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
# Correr a medianoche (UTC?) todos los días
- cron: '0 0 * * *'

jobs:
build:
Expand Down

0 comments on commit 082f2f1

Please sign in to comment.