Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDTill committed Nov 7, 2024
1 parent 830ad2d commit 80fd6dc
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/source_instructions.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Build from source (ubuntu-latest gcc)
on: push
# on:
# pull_request:
# push:
# branches: main
on:
pull_request:
push:
branches: main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: permissions
run: chmod +x "${GITHUB_WORKSPACE}/.github/workflows/build_from_source.sh"
run: chmod +x "${GITHUB_WORKSPACE}/.github/workflows/source_instructions.sh"
- id: build
run: ${GITHUB_WORKSPACE}/.github/workflows/build_from_source.sh
run: ${GITHUB_WORKSPACE}/.github/workflows/source_instructions.sh

0 comments on commit 80fd6dc

Please sign in to comment.