Skip to content

Commit

Permalink
Fix CI execution conditions: pull request + push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jun 7, 2024
1 parent 88748c1 commit 7bddb76
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 7bddb76

Please sign in to comment.