Skip to content

Commit

Permalink
Merge pull request #202 from inaka/fix/ci-execution-conditions
Browse files Browse the repository at this point in the history
Fix CI execution conditions: pull request + push to master
  • Loading branch information
elbrujohalcon authored Jun 10, 2024
2 parents 11999cb + 21323e3 commit 24334d8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
---
name: build
on: [push]
on:
push:
branches:
- master
pull_request:
branches:
- "*"
workflow_dispatch: {}
jobs:
ci:
name: Run checks and tests over ${{matrix.otp_vsn}}
Expand Down

0 comments on commit 24334d8

Please sign in to comment.