Skip to content

Commit d69a261

Browse files
authored
Merge pull request #6 from posit-dev/sending-quarto-emails
Fix: CI triggering
2 parents 4c2da59 + 17ad23c commit d69a261

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Build and Deploy
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- main
37
permissions:
48
contents: write
59
jobs:

0 commit comments

Comments
 (0)