Skip to content

Commit

Permalink
[#140] updating ci workflow to trigger on push to feature branches only
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdash committed May 31, 2024
1 parent c3bd1fa commit f0b8eb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Run I-GUIDE Builds and Config Saturations
on:
workflow_dispatch:
push:
branches: ['*']
branches-ignore:
- productionalization
- develop

env:
DOMAIN: iguide.cuahsi.io
Expand Down

0 comments on commit f0b8eb6

Please sign in to comment.