Skip to content

Commit

Permalink
feat(02-workflow-events): add more triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
lauromueller committed Oct 28, 2023
1 parent 822c3ed commit e358bdf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/02-workflow-events.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: 02 - Workflow Events

on: push
on:
push:
pull_request:
schedule:
- cron: '*/5 * * * *'
workflow_dispatch:


jobs:
echo:
Expand Down

0 comments on commit e358bdf

Please sign in to comment.