Skip to content

Commit

Permalink
Undo last commit about running CI/CD on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
sastred committed Jun 29, 2023
1 parent 1745258 commit 2a0d59a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: CI-CD

on:
push:
branches:
- master
pull_request:
workflow_dispatch:
on: [push, pull_request, workflow_dispatch]

jobs:
test:
Expand Down

0 comments on commit 2a0d59a

Please sign in to comment.