Skip to content

Commit

Permalink
Revert docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyranota committed Nov 14, 2024
1 parent deff3b0 commit 7a8a0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
name: Build windmill:main
on:
push:
branches: [main, python-uv]
branches: [main]
tags: ["*"]
pull_request:
types: [opened, synchronize, reopened]
Expand Down Expand Up @@ -438,7 +438,7 @@ jobs:
build_ee_nsjail:
needs: [build_ee]
runs-on: ubicloud
if: (github.event_name != 'issue_comment') || (contains(github.event.comment.body, '/buildimage_nsjail') || contains(github.event.comment.body, '/buildimage_all'))
if: (github.event_name != 'issue_comment') || (github.event_name != 'pull_request') || (contains(github.event.comment.body, '/buildimage_nsjail') || contains(github.event.comment.body, '/buildimage_all'))
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7a8a0bb

Please sign in to comment.