Skip to content

Commit 2a0d59a

Browse files
committed
Undo last commit about running CI/CD on every push
1 parent 1745258 commit 2a0d59a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: CI-CD
22

3-
on:
4-
push:
5-
branches:
6-
- master
7-
pull_request:
8-
workflow_dispatch:
3+
on: [push, pull_request, workflow_dispatch]
94

105
jobs:
116
test:

0 commit comments

Comments
 (0)