diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 60ef30a2..16a2cd25 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,9 +2,9 @@ name: Main on: push: - branches: [main] + branches: [main, third-party-plugins-staging] pull_request: - branches: [main] + branches: [main, third-party-plugins-staging] env: CACHE: true diff --git a/clients/js/test/externalPlugins/oracle.test.ts b/clients/js/test/externalPlugins/oracle.test.ts index 8c1e5ea1..dc754127 100644 --- a/clients/js/test/externalPlugins/oracle.test.ts +++ b/clients/js/test/externalPlugins/oracle.test.ts @@ -1955,7 +1955,7 @@ test('it can use custom pda (with custom program ID) oracle to deny transfer', a bytes: Buffer.from('additional-bytes-seed-bytes', 'utf8'), }, ], - customProgramId: MPL_CORE_ORACLE_EXAMPLE_PROGRAM_ID + customProgramId: MPL_CORE_ORACLE_EXAMPLE_PROGRAM_ID, }, }; @@ -2057,7 +2057,7 @@ test('it can use custom pda (with custom program ID) oracle to deny transfer', a ), }, ], - customProgramId: MPL_CORE_ORACLE_EXAMPLE_PROGRAM_ID + customProgramId: MPL_CORE_ORACLE_EXAMPLE_PROGRAM_ID, }, }, ],