mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
normal triggers
This commit is contained in:
parent
ff2c8a8e09
commit
945cde4de4
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
on:
|
||||
pull_request:
|
||||
# pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
# this cancels workflows currently in progress if you start a new one
|
||||
|
|
@ -9,7 +9,7 @@ concurrency:
|
|||
|
||||
env:
|
||||
# use .tar.gz for quick testing
|
||||
ARCHIVE_FORMAT: .tar.gz
|
||||
ARCHIVE_FORMAT: .tar.br
|
||||
# Make a new basic-cli git tag and set it here before starting this workflow
|
||||
RELEASE_TAG: 0.18.0
|
||||
|
||||
|
|
|
|||
2
.github/workflows/ci_manager.yml
vendored
2
.github/workflows/ci_manager.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
on:
|
||||
# pull_request:
|
||||
pull_request:
|
||||
|
||||
name: CI manager
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue