Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
code-shoily committed Jun 26, 2024
1 parent 02ce33a commit 6be57e9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: Elixir CI

# Define workflow that runs when changes are pushed to the
# `main` branch or pushed to a PR branch that targets the `main`
# branch. Change the branch name if your project uses a
# different name for the main branch like "master" or "production".
on:
push:
branches: [ "main" ] # adapt branch for project
branches: [ "master" ] # adapt branch for project
pull_request:
branches: [ "main" ] # adapt branch for project
branches: [ "master" ] # adapt branch for project

# Sets the ENV `MIX_ENV` to `test` for running tests
env:
Expand Down

0 comments on commit 6be57e9

Please sign in to comment.