Skip to content

Commit

Permalink
t 5
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Feb 29, 2024
1 parent 4c84ff8 commit edaeb30
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Other Build build

on:
merge_group:
push:
pull_request:
release:
types: [ created ]

env:
GITHUB_TOKEN: ${{ github.token }}

jobs:
build:
runs-on: ubuntu-latest
steps:
- run: |
sleep 1000000

0 comments on commit edaeb30

Please sign in to comment.