Skip to content

Commit

Permalink
chore(github actions): let elixir workflow run on push and pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoulbak committed Jul 19, 2024
1 parent eeecf28 commit 7ef8fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Elixir
on: push
on: [push, pull_request]

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7ef8fe5

Please sign in to comment.