Searched +full:branches +full:- +full:ignore (Results 1 – 5 of 5) sorted by relevance
| /dokuwiki/.github/workflows/ |
| H A D | phpCS.yml | 5 branches-ignore: 6 - stable 7 - old-stable 16 runs-on: ubuntu-latest 19 - uses: actions/checkout@v4 21 fetch-depth: 0 23 - name: Setup PHP 24 uses: shivammathur/setup-php@v2 26 php-version: '8.2' 28 - name: run PHP codesniffer [all …]
|
| H A D | deletedFiles.yml | 2 # It compares the current master with the data/deleted.files file and cleans the file from any re-i… 4 # unless they are already listed there or are excluded from the release archives (export-ignore in … 6 # Finally, the list of newly removed entries receives a header "# removed on $(date -I)" with the c… 11 branches: 12 - master 17 runs-on: ubuntu-latest 19 - name: Checkout 22 fetch-depth: 0 24 - name: Cleaning list from re-introduced files 26 for E in $(git ls-tree -r master --name-only); do [all …]
|
| H A D | testWindows.yml | 5 branches-ignore: 6 - stable 7 - old-stable 15 name: PHP ${{ matrix.php-versions }} 16 runs-on: windows-latest 21 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] 22 fail-fast: false 25 - name: Checkout 28 - name: Setup PHP 29 uses: shivammathur/setup-php@v2 [all …]
|
| H A D | testLinux.yml | 5 branches-ignore: 6 - stable 7 - old-stable 15 name: PHP ${{ matrix.php-versions }} 16 runs-on: ubuntu-latest 21 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] 22 fail-fast: false 30 - 3306:3306 36 - 5432:5432 40 - 3128:3128 [all …]
|
| H A D | release-build.yml | 3 # release-preparation workflow 8 branches: 9 - stable 15 runs-on: ubuntu-latest 17 - name: Checkout 20 - name: Prepare Environment 24 - name: Check if a tag already exists 26 if git rev-parse "release-${{ env.current_version }}" >/dev/null 2>&1; then 31 - name: Create tag 32 uses: actions/github-script@v6 [all …]
|