mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-20 21:42:24 +03:00
Restrict branch triggers in unit tests workflow to only 'main'
This commit is contained in:
@@ -3,9 +3,9 @@ name: Unit tests
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ main, Next ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main, Next ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
||||
Reference in New Issue
Block a user