Skip to content

Commit

Permalink
👷 Update action run conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
awtkns committed May 12, 2023
1 parent c0dc124 commit 43c4b72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: Node.js CI
on:
push:
branches: ["main"]
paths:
- 'next/**'
pull_request:
branches: ["main"]
paths:
- 'next/**'

jobs:
build:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Testing Platform
on:
push:
branches: [ "main" ]
paths:
- 'platform/**'
# push:
# branches: [ "main" ]
# paths:
# - 'platform/**'
pull_request:
branches: [ "main" ]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/webhooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
name: Invoke Webhooks
runs-on: ubuntu-latest
environment: production
if: github.repository == 'reworkd/AgentGPT'
steps:
- name: Trigger Webhooks
run: |
Expand Down

0 comments on commit 43c4b72

Please sign in to comment.