Skip to content

Commit 9c3b15d

Browse files
committed
add
workflow branch foo foo foo foo
1 parent 8dce380 commit 9c3b15d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/egg-docker-env.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: 'Test dockerisms and environment variables'
33

44
on:
55
push:
6+
workflow_dispatch:
67
branches: [ $default-branch ]
78
# pull_request:
89
# branches: [ $default-branch ]
@@ -12,7 +13,7 @@ jobs:
1213
runs-on: ubuntu-latest
1314
steps:
1415
- name: Check out repository code
15-
- uses: actions/checkout@v3
16+
uses: actions/checkout@v3
1617
- run: echo 'putlog "[userlist]"; putlog "[passwdok user -]"; putlog [channels]; putlog "$botnick"; putlog "[server list]"; putlog "[dcclist]"; die' >> docker.tcl
1718
- name: Build the Docker image
1819
run: docker build . --file Dockerfile --tag eggdrop:$(date +%s)

0 commit comments

Comments
 (0)