Skip to content

Commit

Permalink
save on gh actions calls
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperCodec committed Feb 12, 2024
1 parent 9ed73ce commit 75eb9ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI-CD

on: [push, pull_request]
on:
push:
branches: [main]
pull_request:

jobs:
test:
Expand Down

0 comments on commit 75eb9ef

Please sign in to comment.