Skip to content

Commit

Permalink
Merge pull request #114 from threefoldtech/development_update_workflows
Browse files Browse the repository at this point in the history
Update workflows trigger
  • Loading branch information
AhmedHanafy725 authored Dec 2, 2024
2 parents ce63e2a + c5eda9c commit 6f693cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Analyze
on:
pull_request:
branches:
- main
- development
push:
branches:
- main
- development

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Upload Coverage
on:
pull_request:
branches:
- main
- development
push:
branches:
- main
- development

jobs:
build:
Expand Down

0 comments on commit 6f693cd

Please sign in to comment.