Skip to content

Commit a29c6fc

Browse files
committed
Update CI workflow
1 parent 873ec18 commit a29c6fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Run CI
22
on:
33
push:
4+
branches:
5+
- master
46
pull_request:
57

68
jobs:
@@ -39,8 +41,6 @@ jobs:
3941
key: ${{ runner.os }}-erlang-23.1.4-elixir-1.11.0-${{ github.sha }}
4042
restore-keys: |
4143
${{ runner.os }}-erlang-23.1.4-elixir-1.11.0-
42-
- name: Copy secrets.exs
43-
run: cp config/secrets.exs.example config/secrets.exs
4444
- name: Setup Elixir
4545
uses: actions/setup-elixir@v1
4646
with:

0 commit comments

Comments
 (0)