We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e1a87 commit a01d747Copy full SHA for a01d747
.github/workflows/quarto.yml
@@ -6,7 +6,7 @@ on:
6
push:
7
branches:
8
- dev_pr_test
9
- # - dev*
+ - dev*
10
- feat/*
11
pull_request_target:
12
@@ -34,6 +34,10 @@ env:
34
CACHE_KEY: ${{ github.ref_name }}-key
35
BASE: dev_pr_test
36
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
+
41
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
42
jobs:
43
# if: github.event_name == 'push'
0 commit comments