Skip to content

Commit

Permalink
making it so dev pipeline only runs on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr223 committed Sep 19, 2023
1 parent 0c113f6 commit 8d276a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dev-ci-cd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Deploy A2rchi Dev
run-name: ${{ github.actor }} deploys A2rchi to dev
on: [push]
on:
push:
branches:
- main
jobs:
deploy-dev-system:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8d276a3

Please sign in to comment.