Skip to content

Commit

Permalink
Merge pull request #162 from VagrantAI-c/development
Browse files Browse the repository at this point in the history
RELEASE
  • Loading branch information
VagrantAI-c authored May 20, 2023
2 parents 921cc72 + ca049f5 commit fe43da4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,19 @@
# This is a basic workflow to help you get started with Actions

name: Development CI

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the development branch
push:
branches: [ development ]
pull_request:
branches: [ development ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

env:
CHROME_BIN: /usr/bin/chromium-browser

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
env:
CHROME_BIN: /usr/bin/chromium-browser

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
Expand Down

0 comments on commit fe43da4

Please sign in to comment.