Skip to content

Commit a01d747

Browse files
committed
added notes about what type of actions will happen for the branches
1 parent 30e1a87 commit a01d747

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/quarto.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
branches:
88
- dev_pr_test
9-
# - dev*
9+
- dev*
1010
- feat/*
1111
pull_request_target:
1212
branches:
@@ -34,6 +34,10 @@ env:
3434
CACHE_KEY: ${{ github.ref_name }}-key
3535
BASE: dev_pr_test
3636

37+
# IDEA: want any push from a feat branch to open PR into dev. that will get merged into dev (2 steps build --> pr):
38+
# then once PR is merged into dev, want 3 steps build --> pr --> deploy.
39+
# but can I / do I want to make the PR automatically merge?
40+
3741
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
3842
jobs:
3943
# if: github.event_name == 'push'

0 commit comments

Comments
 (0)