diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml new file mode 100644 index 0000000..d7470a2 --- /dev/null +++ b/.github/workflows/github-actions-demo.yml @@ -0,0 +1,9 @@ +name: GitHub Actions Demo +on: + push: + branches: [main] + pull_request: + branches: [ main ] + schedule: + - cron: '15 6 * * 0' + workflow_dispatch: