Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Commit fbb69fa

Browse files
committed
revert: [CAT-1081] deploy on main branch pushes only
1 parent f2b189a commit fbb69fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Deploy to GitHub Pages
22

33
on:
4-
# Deploy on pushes to main and feature branches
4+
# Deploy on pushes to main branch only
55
push:
6-
branches: [ main, "feature/*" ]
6+
branches: [ main ]
77
# Allows you to run this workflow manually from the Actions tab on GitHub.
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)