Skip to content

Commit

Permalink
Workflows should run on every branch
Browse files Browse the repository at this point in the history
  • Loading branch information
StavromulaBeta committed Jun 16, 2024
1 parent 7af181a commit 0081751
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-debian-clang.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Debian (clang)
on:
push:
branches: [ rewrite ]
branches:
- "**"
pull_request:
branches: [ rewrite ]
branches:
- "**"
workflow_dispatch:
jobs:
tests:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test-debian-gcc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Debian (gcc)
on:
push:
branches: [ rewrite ]
branches:
- "**"
pull_request:
branches: [ rewrite ]
branches:
- "**"
workflow_dispatch:
jobs:
tests:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test-debian-tcc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Debian (tcc)
on:
push:
branches: [ rewrite ]
branches:
- "**"
pull_request:
branches: [ rewrite ]
branches:
- "**"
workflow_dispatch:
jobs:
tests:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test-macos-clang.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: MacOS (clang)
on:
push:
branches: [ rewrite ]
branches:
- "**"
pull_request:
branches: [ rewrite ]
branches:
- "**"
workflow_dispatch:
jobs:
tests:
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@

<h1 align="center"> The Cognate programming language </h1>
<p align="center">
<img src="https://github.com/cognate-lang/cognate/actions/workflows/test-debian.yml/badge.svg">
<img src="https://github.com/cognate-lang/cognate/actions/workflows/test-macos.yml/badge.svg">
<img src="https://github.com/cognate-lang/cognate/actions/workflows/test-debian-gcc.yml/badge.svg">
<img src="https://github.com/cognate-lang/cognate/actions/workflows/test-debian-clang.yml/badge.svg">
<img src="https://github.com/cognate-lang/cognate/actions/workflows/test-debian-tcc.yml/badge.svg">
<img src="https://github.com/cognate-lang/cognate/actions/workflows/test-macos-clang.yml/badge.svg">
<img src="https://api.codiga.io/project/33284/score/svg">
<img src="https://api.codiga.io/project/33284/status/svg">
<img src="https://img.shields.io/github/license/cognate-lang/cognate.svg">
Expand Down

0 comments on commit 0081751

Please sign in to comment.