Skip to content

Commit

Permalink
ci: disable deployments from non-main branches
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Jan 19, 2024
1 parent 2759edd commit 9c26db5
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 9c26db5

Please sign in to comment.