diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0cff25c..175311a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,10 +1,10 @@ -name: CI +name: CI_simple on: push: - branches: [ main ] + branches: [ '**' ] pull_request: - branches: [ main ] + branches: [ '**' ] jobs: run-robot-tests: diff --git a/.github/workflows/mutations.yml b/.github/workflows/mutations.yml index cd1124f..b1b39e3 100644 --- a/.github/workflows/mutations.yml +++ b/.github/workflows/mutations.yml @@ -1,10 +1,10 @@ -name: CI +name: CI_mutation_testing on: push: - branches: [ main ] + branches: [ '**' ] pull_request: - branches: [ main ] + branches: [ '**' ] jobs: run-robot-tests: