Skip to content

Commit

Permalink
ci-cd.yml target main branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikk155 authored Apr 30, 2024
1 parent 175e43f commit 7d17694
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

env:
BUILD_TYPE: Release
Expand Down

0 comments on commit 7d17694

Please sign in to comment.