Skip to content

Commit

Permalink
dump github
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Babenko committed Jun 6, 2022
1 parent 4b8ee64 commit 200b7f6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [push]
on:
push:
branches: [ main ]
release:
types: [created]

jobs:
build:
Expand All @@ -13,3 +17,7 @@ jobs:
run: echo Hello, world!
- name: Run a multi-line script
run: cmake . && make
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"

0 comments on commit 200b7f6

Please sign in to comment.