Skip to content

Commit

Permalink
fix: remove test branch in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Sep 6, 2023
1 parent c1752e1 commit d2b812f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
workflow_dispatch:
push:
branches: [develop, staging, feat/create-hasura-metadata]
branches: [develop, staging]
jobs:
lint:
uses: ./.github/workflows/lint.yml
Expand Down

0 comments on commit d2b812f

Please sign in to comment.