Skip to content

Commit c08c2ff

Browse files
Merge pull request #93 from socraticDevBlog/20250327-runcheckjobsonmergetomain
fix: modifier les déclencheurs des workflows pour utiliser les pushes…
2 parents 66e2425 + c5c228a commit c08c2ff

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: openapiv3validation
22
on:
3-
pull_request:
3+
push:
4+
branches:
5+
- "*"
46
jobs:
57
build:
68
runs-on: ubuntu-latest

.github/workflows/pytest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# .github/workflows/app.yaml
22
name: PyTest
33
on:
4-
pull_request:
4+
push:
5+
branches:
6+
- "*"
57
jobs:
68
test:
79
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![PyTest](https://github.com/socraticDevBlog/pastebin/actions/workflows/pytest.yml/badge.svg)](https://github.com/socraticDevBlog/pastebin/actions/workflows/pytest.yml)[![openapiv3](https://github.com/socraticDevBlog/pastebin/actions/workflows/lint.yml/badge.svg)](https://github.com/socraticDevBlog/pastebin/actions/workflows/lint.yml)
1+
[![PyTest](https://github.com/socraticDevBlog/pastebin/actions/workflows/pytest.yml/badge.svg?branch=main)](https://github.com/socraticDevBlog/pastebin/actions/workflows/pytest.yml)[![openapiv3](https://github.com/socraticDevBlog/pastebin/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/socraticDevBlog/pastebin/actions/workflows/lint.yml)
22
[![terraform](https://github.com/socraticDevBlog/pastebin/actions/workflows/terraform.yml/badge.svg?branch=main)](https://github.com/socraticDevBlog/pastebin/actions/workflows/terraform.yml)
33

44
# poor man cloud-native pastebin3

0 commit comments

Comments
 (0)