Compare commits

..

1 Commits

Author SHA1 Message Date
ParantezTech 5256ab8dec [core] Update native execution and kernel exports, phtread improvement 2026-07-03 12:39:53 +03:00
+1 -1
View File
@@ -126,7 +126,7 @@ jobs:
needs:
- init
- build
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
permissions:
contents: write