Skip to content

Commit f102623

Browse files
committed
Change workflows
1 parent 230c2f4 commit f102623

2 files changed

Lines changed: 4 additions & 21 deletions

File tree

.github/workflows/pull-request-checks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
name: CI on Pull Request
1+
name: Continuous Integration (CI)
22

33
on:
44
pull_request:
55
branches:
66
- main
7+
push:
8+
branches:
9+
- main
710

811
jobs:
912
build_and_test:

.github/workflows/push-checks.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)