Skip to content

Commit d79100b

Browse files
committed
Restrict CI workflow to main
1 parent 3caaced commit d79100b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Continuous Integration
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
610

711
jobs:
812
continuous-integration:

0 commit comments

Comments
 (0)