Change output #1
|
@ -1,6 +1,9 @@
|
|||
on: [push]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- run: cat /etc/passwd
|
||||
|
|
Loading…
Reference in a new issue