Skip to content

Commit

Permalink
- run workflows on all branches, use unique names
Browse files Browse the repository at this point in the history
  • Loading branch information
franzhaas committed Nov 10, 2024
1 parent 6fe26b9 commit 45fc293
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI
name: CI_simple

on:
push:
branches: [ main ]
branches: [ '**' ]
pull_request:
branches: [ main ]
branches: [ '**' ]

jobs:
run-robot-tests:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mutations.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI
name: CI_mutation_testing

on:
push:
branches: [ main ]
branches: [ '**' ]
pull_request:
branches: [ main ]
branches: [ '**' ]

jobs:
run-robot-tests:
Expand Down

0 comments on commit 45fc293

Please sign in to comment.