mirror of
https://github.com/ep1cman/unifi-protect-backup.git
synced 2026-01-17 16:03:43 +00:00
CI: Prevent building dev docker on pull requests
This commit is contained in:
1
.github/workflows/dev.yml
vendored
1
.github/workflows/dev.yml
vendored
@@ -55,6 +55,7 @@ jobs:
|
||||
dev_container:
|
||||
name: Create dev container
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.event_name != 'pull_request'
|
||||
strategy:
|
||||
matrix:
|
||||
python-versions: [3.9]
|
||||
|
||||
Reference in New Issue
Block a user