Skip to content

Commit

Permalink
commit to roll back before merging
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Latukha committed Dec 15, 2020
1 parent c55ba79 commit b7254b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/On-Release-Cabal-Linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: "Release testing, Hackage, Cabal, Linux"

on:
pull_request:
push:
branches:
- master
release:
# created: a draft is saved, or a release or pre-release is published without previously being saved as a draft
types: [ created ]
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/On-Release-Nixpkgs-integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: "Direct import & build inside Nixpkgs"

on:
pull_request:
push:
branches:
- master
release:
# created: a draft is saved, or a release or pre-release is published without previously being saved as a draft
types: [ created ]
Expand Down

0 comments on commit b7254b6

Please sign in to comment.