comment out CI check + refer to 'master'

This commit is contained in:
teddy931130 2025-01-15 19:39:36 +02:00
parent c65dbb5885
commit 324722252f
2 changed files with 5 additions and 4 deletions

View file

@ -10,6 +10,7 @@ on:
type: boolean type: boolean
default: false default: false
pull_request: pull_request:
branches: [master]
types: types:
- closed - closed

View file

@ -1,10 +1,10 @@
name: i386 linux tests name: i386 linux tests
on: on:
push: # push:
branches: [ master ] # branches: [ master ]
pull_request: # pull_request:
branches: [ master ] # branches: [ master ]
workflow_dispatch: workflow_dispatch:
jobs: jobs: