Skip to content

Commit

Permalink
Merge pull request #203 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 main
  • Loading branch information
elbrujohalcon authored Jun 10, 2024
2 parents f320e74 + eace4a7 commit c22ccf8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Erlang CI

on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- "*"
workflow_dispatch: {}

jobs:

Expand Down

0 comments on commit c22ccf8

Please sign in to comment.