Skip to content

Commit

Permalink
#43: change GitHub integration workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
saneci committed Mar 21, 2024
1 parent c8b16b6 commit 0ce7f0b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Integration tests
name: Continuous Integration

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
integraton-tests:
integration-tests:
runs-on: ubuntu-latest
steps:
- name: Check out the repository to the runner
Expand Down

0 comments on commit 0ce7f0b

Please sign in to comment.