Skip to content

Commit

Permalink
fix: remove development from workflow triggers (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenkan authored May 16, 2024
1 parent 7d6ae9f commit b8605a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ on:
push:
branches:
- 'main'
- 'development'
pull_request:
branches:
- 'main'
- 'development'
workflow_dispatch:
jobs:
build:
Expand Down

0 comments on commit b8605a5

Please sign in to comment.