Temporarily disable activation on PR

This commit is contained in:
2023-01-04 23:18:08 -05:00
parent 57a6901dab
commit 318050ecdc

View File

@@ -4,9 +4,6 @@
on: { on: {
push: { push: {
branches: [ master, ci ] branches: [ master, ci ]
},
pull_request: {
branches: [ master ]
} }
}, },