Skip to content

Commit

Permalink
updated on commit now
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Benes committed Jun 22, 2024
1 parent c49e541 commit fb83db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_commit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Commit CI/CD # workflow name
on: # trigger
push:
branches: [dev]
branches: [main]
pull_request:
types: [opened, reopened, edited]

Expand All @@ -22,7 +22,7 @@ jobs:
- name: Build
shell: bash
run: |
pip install -e '.[dev]'
pip install -e '.[main]'
- name: Evaluate code quality
shell: bash
run: |
Expand Down

0 comments on commit fb83db0

Please sign in to comment.