mirror of
https://forgejo.merr.is/annika/actions-docker-extract.git
synced 2025-12-15 02:42:12 -05:00
ci: Run Workflows on Pull Request (#21)
This commit is contained in:
parent
1c50308a3f
commit
fa24b0e3ce
5 changed files with 32 additions and 12 deletions
3
.github/workflows/build_action.yaml
vendored
3
.github/workflows/build_action.yaml
vendored
|
|
@ -7,6 +7,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
- run: npm install
|
||||
- name: Build action (if not already built)
|
||||
if: "!startsWith(github.ref, 'refs/heads/release')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue