Skip to content

Commit c3610a7

Browse files
authored
remove commented out line (#303)
* remove commented out line * trigger GitHub actions on pull requests too
1 parent a6e6726 commit c3610a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
# https://help.github.com/en/articles/configuring-a-workflow
33
name: CI
44

5-
on: [push]
5+
# trigger on regular "internal" pushes and on pull requests
6+
# from external forks
7+
on: [push, pull_request]
68

79
jobs:
810
build:
911

1012
runs-on: ubuntu-latest
1113

1214
steps:
13-
# - uses: actions/checkout@v1
1415
- name: Print default env variables
1516
run: |
1617
npm i @bahmutov/print-env

0 commit comments

Comments
 (0)