Skip to content

Commit

Permalink
Merge pull request #24 from iampereziii/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
iampereziii authored Oct 4, 2023
2 parents 59c1cef + bd88ef2 commit 2ffb033
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/101.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: First Workflow test test test
name: First Workflow test test test test

on: [push]

Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Create PR of Release to Main

on:
push:
branches:
- 'release/**'


jobs:
test:
runs-on: ubuntu-latest
steps:

- name: Test
run: ls

0 comments on commit 2ffb033

Please sign in to comment.