Skip to content

Commit

Permalink
github actions for 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ruoss committed Apr 2, 2021
1 parent 11e2281 commit a92be24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [master]
branches: [1.x]
pull_request:
branches: [master]
branches: [1.x]

env:
MIX_ENV: test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run tests on versions according to .tool-versions

on:
push:
branches: [master]
branches: [master, 1.x]
pull_request:
branches: [master]
branches: [master, 1.x]

jobs:
test:
Expand Down

0 comments on commit a92be24

Please sign in to comment.