Skip to content

Commit

Permalink
switch workflow triggers to main
Browse files Browse the repository at this point in the history
  • Loading branch information
clearbluejar committed Sep 10, 2023
1 parent 52a89f7 commit 8e2fe64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
name: Lint Python Package

on:
# push:
# branches: [ "pytest" ]
# pull_request:
# branches: [ "main" ]
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/pytest-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ name: Pytest Python Package In Devcontainer

on:
push:
# branches: [ "main", "pytest" ]
branches: [ "pytest" ]
# pull_request:
# branches: [ "main" ]
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 8e2fe64

Please sign in to comment.