mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 07:06:07 +00:00
Ease pre-pull request fork CI as well as github-actions based dispatch (#229)
This commit is contained in:
committed by
GitHub
parent
f35f714d23
commit
2a21db5504
@@ -1,13 +1,7 @@
|
||||
---
|
||||
name: action
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
---
|
||||
name: hexpm-mirrors
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
test-failing-first-mirror:
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
---
|
||||
name: ubuntu
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
integration_test:
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
---
|
||||
name: windows
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
integration_test:
|
||||
|
||||
Reference in New Issue
Block a user