This commit is contained in:
xbingW
2025-04-03 14:40:03 +08:00
parent 52f6e857df
commit 1d7eeeba36

View File

@@ -12,7 +12,6 @@ on:
jobs:
build-and-push:
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
runs-on: ubuntu-latest
steps:
- name: Checkout code