diff --git a/.ocd3.yml b/.ocd3.yml new file mode 100644 index 0000000..efc5fbc --- /dev/null +++ b/.ocd3.yml @@ -0,0 +1,6 @@ +version: 1 +# Build and publish are handled by GitHub Actions. Only using OCD3 to trigger downstream jobs. +build: + bash_commands: "exit 0" +deploy: + bash_commands: "exit 0" \ No newline at end of file