Skip to content

Commit

Permalink
Merge pull request #113 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 9e41e3e + edc0e9f commit 6c98e2c
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 6c98e2c

Please sign in to comment.