Skip to content

Commit

Permalink
fff
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavitr committed Oct 21, 2024
1 parent ba1a077 commit fce75d7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: test2

on:
push:
branches:
- "test3"
pull_request:
branches:
- "main"
paths:
- ".github/workflows/test3.yaml"

jobs:
release-front-end-assets:
runs-on: ubuntu-latest

steps:
- name: Use Node.js
run: echo "Hello ${{ github.event.inputs.message }}

0 comments on commit fce75d7

Please sign in to comment.