Do not trigger devcontainer tests on pull requests

We need to review the code before executing this workflow, so only trigger when someone merge to this repository.
This commit is contained in:
Rafael Mendonça França 2024-05-12 22:12:09 -04:00 committed by GitHub
parent 007a609ef2
commit 77909f38be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,6 @@
name: Devcontainer smoke test
on: [push, pull_request]
on: push
jobs:
build: