Skip to content

Commit

Permalink
testing workflow from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcChen committed Feb 1, 2025
1 parent 79d78e9 commit dc0494c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/sync_notion_to_google.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: Sync Notion to Google Tasks

on:
schedule:
- cron: '0 8,12,16,20 * * *'
push:
branches:
- feature/*
- feat/*
pull_request:
branches:
- main
- feat/*

jobs:
sync-notion:
name: Sync Notion to Google Tasks
runs-on: ubuntu-latest

if: github.ref == 'refs/heads/main' # Only execute on the main branch

steps:
- name: Checkout Repository
Expand Down

0 comments on commit dc0494c

Please sign in to comment.