Skip to content

Commit

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

Please sign in to comment.