Skip to content

Commit

Permalink
update github actions condition to run
Browse files Browse the repository at this point in the history
  • Loading branch information
vietnguyengit committed Dec 16, 2024
1 parent be043f6 commit 2b7137a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_deploy_edge.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Build/Deploy Edge
on:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/semantic-release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: pre-commit-and-pytest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main')
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 2b7137a

Please sign in to comment.