diff --git a/.github/workflows/unittest.yaml b/.github/workflows/unittest.yaml index ba9d5fe..0a54efe 100644 --- a/.github/workflows/unittest.yaml +++ b/.github/workflows/unittest.yaml @@ -2,6 +2,8 @@ name: unittest on: push: + branches: + - main pull_request: jobs: diff --git a/examples/simple-github.yaml b/examples/simple-github.yaml index 359c3f2..50340be 100644 --- a/examples/simple-github.yaml +++ b/examples/simple-github.yaml @@ -30,17 +30,17 @@ defaults: # - id: opencode # command: opencode # timeout: 10m - notifications: - # Optional Discord notifications for assistant activity. - - type: discordWebhook - enabled: true - events: ["mention_detected", "reply_posted", "responder_failed"] - webhookUrl: ${CWS_DISCORD_WEBHOOK} - username: code-work-spawner - # Optional desktop notifications for local polling runs. - - type: desktop - enabled: false - events: ["mention_detected", "responder_failed"] + # notifications: + # # Optional Discord notifications for assistant activity. + # - type: discordWebhook + # enabled: true + # events: ["mention_detected", "reply_posted", "responder_failed"] + # webhookUrl: ${CWS_DISCORD_WEBHOOK} + # username: code-work-spawner + # # Optional desktop notifications for local polling runs. + # - type: desktop + # enabled: false + # events: ["mention_detected", "responder_failed"] projects: code-work-spawner: