From 2fb1d96cf29b0754607a5c9d4593838bd1357fa3 Mon Sep 17 00:00:00 2001 From: Quintin Willison Date: Mon, 27 Feb 2023 23:31:08 +0000 Subject: [PATCH] Add features workflow. --- .github/workflows/features.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/features.yml diff --git a/.github/workflows/features.yml b/.github/workflows/features.yml new file mode 100644 index 0000000..3091f52 --- /dev/null +++ b/.github/workflows/features.yml @@ -0,0 +1,14 @@ +name: Features + +on: + pull_request: + push: + branches: + - main + +jobs: + build: + uses: ably/features/.github/workflows/sdk-features.yml@main + with: + repository-name: ably-php + secrets: inherit