Skip to content

Commit

Permalink
Merge pull request #44 from ali-hosseini-deriv/ako/FEQ-475/circleci-m…
Browse files Browse the repository at this point in the history
…igration-to-github-workflow

chore: to trigger the workflow
  • Loading branch information
ali-hosseini-deriv authored Aug 9, 2023
2 parents 87a9d65 + 6ccc3bb commit 5c7fef1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: Build and Deploy

on:
pull_request:
types: [opened, reopened]
push:
branches:
- master
on: ["push", "pull_request"]

jobs:
build_and_deploy:
# runs-on: [self-hosted] # Specify the label of your self-hosted runner machine

steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

1 comment on commit 5c7fef1

@vercel
Copy link

@vercel vercel bot commented on 5c7fef1 Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.