Skip to content

Commit c54ad29

Browse files
committed
make sure Continuous Integration tests are automatic
1 parent bf99226 commit c54ad29

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: CI – Tests
1+
name: Continuous Integration - Tests
22

33
on:
44
workflow_dispatch:
5-
# push:
6-
# branches: [dev, main]
7-
# pull_request:
8-
# branches: [dev, main]
5+
push:
6+
branches: [dev, main]
7+
pull_request:
8+
branches: [dev, main]
99

1010
jobs:
1111
test:

0 commit comments

Comments
 (0)