Skip to content

Commit

Permalink
👷 fix website bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Feb 6, 2024
1 parent 3ccff6f commit 3df8993
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/notice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@ name: Push discussions and PR activity to commonhaus.github.io

on:
discussion:
push:
branches:
- main
pull_request_comment:
pull_request_target:
types: [opened, edited, reopened, closed]
paths:
- '*.md'
- '*.yaml'
- 'bylaws/**'
- 'policies/**'
pull_request:
push:
branches:
- main
paths:
- '*.md'
- '*.yaml'
Expand All @@ -19,7 +21,7 @@ on:
workflow_dispatch:

jobs:
update-discussions:
update-website:
runs-on: ubuntu-latest
if: github.repository == 'commonhaus/foundation-draft'
steps:
Expand Down

0 comments on commit 3df8993

Please sign in to comment.