1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-04 21:04:01 +03:00

Update workflow configurations

This commit is contained in:
2026-03-18 18:04:15 +02:00
parent 9e5540b89b
commit e38099698c
4 changed files with 12 additions and 9 deletions
+5 -4
View File
@@ -1,10 +1,11 @@
name: Integration tests (minimal)
on:
push:
branches: [ main, Next ]
pull_request:
branches: [ main, Next ]
workflow_dispatch:
#push:
#branches: [ main, Next ]
#pull_request:
#branches: [ main, Next ]
jobs:
integration:
+2 -1
View File
@@ -1,13 +1,14 @@
name: Unit tests
on:
workflow_dispatch:
push:
branches: [ main, Next ]
pull_request:
branches: [ main, Next ]
jobs:
unit:
tests:
name: Run unit tests
runs-on: ubuntu-latest