Skip to content

Commit a0093dd

Browse files
authored
Merge pull request #203 from OpenSmock/dev-ci
remove p13 ci (not working)
2 parents 57e0b23 + cb3a1df commit a0093dd

File tree

3 files changed

+1
-35
lines changed

3 files changed

+1
-35
lines changed

.github/workflows/Pharo12CI.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ env:
66
on:
77
push:
88
branches:
9-
- 'master'
9+
- 'main'
1010
pull_request:
1111
types: [assigned, opened, synchronize, reopened]
12-
schedule:
13-
- cron: '0 12 * * 0'
1412

1513
jobs:
1614
build:

.github/workflows/Pharo13CI.yml

-31
This file was deleted.

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[![License](https://img.shields.io/github/license/openSmock/Pyramid.svg)](./LICENSE)
22
[![Pharo 11 CI](https://github.com/OpenSmock/Pyramid/actions/workflows/Pharo11CI.yml/badge.svg)](https://github.com/OpenSmock/Pyramid/actions/workflows/Pharo11CI.yml)
33
[![Pharo 12 CI](https://github.com/OpenSmock/Pyramid/actions/workflows/Pharo12CI.yml/badge.svg)](https://github.com/OpenSmock/Pyramid/actions/workflows/Pharo12CI.yml)
4-
[![Pharo 13 CI](https://github.com/OpenSmock/Pyramid/actions/workflows/Pharo13CI.yml/badge.svg)](https://github.com/OpenSmock/Pyramid/actions/workflows/Pharo13CI.yml)
54

65
# Pyramid
76

0 commit comments

Comments
 (0)