Skip to content

Commit

Permalink
Merge pull request #1 from hasadna/ci/limit-deployments-to-main
Browse files Browse the repository at this point in the history
ci: disable deployments from non-main branches
  • Loading branch information
xoRmalka authored Jan 19, 2024
2 parents 2759edd + 9c26db5 commit befb0e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI
on:
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit befb0e5

Please sign in to comment.