test: remove restriction of CI/CD runs for fork branches (#11173)

This commit is contained in:
Oleg "OSA413" Sokolov 2024-12-10 19:54:02 +05:00 committed by GitHub
parent d106eed439
commit f6a94ddcfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ name: test
on:
push:
branches: [ "master" ]
branches: [ "**" ]
pull_request:
branches: [ "master" ]